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

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c51 const struct tgsi_shader_info *fsInfo = &llvmpipe->fs->info.base; local
85 for (i = 0; i < fsInfo->num_inputs; i++) {
90 fsInfo->input_semantic_name[i],
91 fsInfo->input_semantic_index[i]);
93 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR &&
94 fsInfo->input_semantic_index[i] < 2) {
95 int idx = fsInfo->input_semantic_index[i];
99 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_FACE) {
108 } else if (fsInfo->input_semantic_name[i] ==
112 } else if (fsInfo
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c68 const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info; local
106 for (i = 0; i < fsInfo->num_inputs; i++) {
109 switch (fsInfo->input_interpolate[i]) {
120 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR);
126 switch (fsInfo->input_semantic_name[i]) {
132 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) {
145 fsInfo->input_semantic_name[i],
146 fsInfo->input_semantic_index[i]);
148 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR &&
157 fsInfo
[all...]
H A Dsp_quad_depth_test.c784 const struct tgsi_shader_info *fsInfo = &qs->softpipe->fs_variant->info; local
785 boolean interp_depth = !fsInfo->writes_z || qs->softpipe->early_depth;
786 boolean shader_stencil_ref = fsInfo->writes_stencil;
903 const struct tgsi_shader_info *fsInfo = &qs->softpipe->fs_variant->info; local
905 boolean interp_depth = !fsInfo->writes_z || qs->softpipe->early_depth;
H A Dsp_setup.c564 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; local
566 fsInfo->properties[TGSI_PROPERTY_FS_COORD_ORIGIN];
568 fsInfo->properties[TGSI_PROPERTY_FS_COORD_PIXEL_CENTER];
600 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; local
621 for (fragSlot = 0; fragSlot < fsInfo->num_inputs; fragSlot++) {
636 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j),
646 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j),
658 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) {
970 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; local
1007 for (fragSlot = 0; fragSlot < fsInfo
1234 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c33873 struct statvfs fsInfo; local
35126 struct statfs fsInfo; local
35681 struct statfs fsInfo; local
37241 struct statfs fsInfo; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c33873 struct statvfs fsInfo; local
35126 struct statfs fsInfo; local
35681 struct statfs fsInfo; local
37241 struct statfs fsInfo; local
[all...]

Completed in 562 milliseconds