Searched defs:fsInfo (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c69 const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info; local
89 for (i = 0; i < fsInfo->num_inputs; i++) {
93 switch (fsInfo->input_interpolate[i]) {
104 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR);
110 switch (fsInfo->input_semantic_name[i]) {
116 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) {
127 fsInfo->input_semantic_name[i],
128 fsInfo->input_semantic_index[i]);
129 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && src == 0)
132 TGSI_SEMANTIC_BCOLOR, fsInfo
[all...]
H A Dsp_quad_depth_test.c771 const struct tgsi_shader_info *fsInfo = &qs->softpipe->fs_variant->info; local
772 boolean interp_depth = !fsInfo->writes_z;
773 boolean shader_stencil_ref = fsInfo->writes_stencil;
882 const struct tgsi_shader_info *fsInfo = &qs->softpipe->fs_variant->info; local
884 boolean interp_depth = !fsInfo->writes_z;
H A Dsp_setup.c578 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; local
581 setup->coef[slot].a0[0] = fsInfo->pixel_center_integer ? 0.0 : 0.5;
586 (fsInfo->origin_lower_left ? setup->softpipe->framebuffer.height-1 : 0)
587 + (fsInfo->pixel_center_integer ? 0.0 : 0.5);
589 setup->coef[slot].dady[1] = fsInfo->origin_lower_left ? -1.0 : 1.0;
610 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; local
629 for (fragSlot = 0; fragSlot < fsInfo->num_inputs; fragSlot++) {
643 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j),
653 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j),
665 if (fsInfo
950 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; local
1199 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; local
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c69 const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info; local
89 for (i = 0; i < fsInfo->num_inputs; i++) {
93 switch (fsInfo->input_interpolate[i]) {
104 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR);
110 switch (fsInfo->input_semantic_name[i]) {
116 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) {
127 fsInfo->input_semantic_name[i],
128 fsInfo->input_semantic_index[i]);
129 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && src == 0)
132 TGSI_SEMANTIC_BCOLOR, fsInfo
[all...]
H A Dsp_quad_depth_test.c771 const struct tgsi_shader_info *fsInfo = &qs->softpipe->fs_variant->info; local
772 boolean interp_depth = !fsInfo->writes_z;
773 boolean shader_stencil_ref = fsInfo->writes_stencil;
882 const struct tgsi_shader_info *fsInfo = &qs->softpipe->fs_variant->info; local
884 boolean interp_depth = !fsInfo->writes_z;
H A Dsp_setup.c578 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; local
581 setup->coef[slot].a0[0] = fsInfo->pixel_center_integer ? 0.0 : 0.5;
586 (fsInfo->origin_lower_left ? setup->softpipe->framebuffer.height-1 : 0)
587 + (fsInfo->pixel_center_integer ? 0.0 : 0.5);
589 setup->coef[slot].dady[1] = fsInfo->origin_lower_left ? -1.0 : 1.0;
610 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; local
629 for (fragSlot = 0; fragSlot < fsInfo->num_inputs; fragSlot++) {
643 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j),
653 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j),
665 if (fsInfo
950 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; local
1199 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c4371 struct statfs fsInfo; local
4379 if( statfs(filePath, &fsInfo) != -1 ){
4380 if( fsInfo.f_flags & MNT_RDONLY ){
4384 if( strcmp(fsInfo.f_fstypename, aMap[i].zFilesystem)==0 ){
4399 if( strcmp(fsInfo.f_fstypename, "nfs")==0 ){
5090 struct statfs fsInfo; local
5091 if( fstatfs(fd, &fsInfo) == -1 ){
5096 if (0 == strncmp("msdos", fsInfo.f_fstypename, 5)) {
5114 struct statfs fsInfo; local
5115 if( statfs(zPath, &fsInfo)
6404 struct statfs fsInfo; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c28512 struct statfs fsInfo; local
29231 struct statfs fsInfo; local
29255 struct statfs fsInfo; local
30545 struct statfs fsInfo; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c28136 struct statvfs fsInfo; local
29364 struct statfs fsInfo; local
29905 struct statfs fsInfo; local
31406 struct statfs fsInfo; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c28156 struct statvfs fsInfo; local
29384 struct statfs fsInfo; local
29925 struct statfs fsInfo; local
31426 struct statfs fsInfo; local
[all...]

Completed in 567 milliseconds