Home
last modified time | relevance | path

Searched refs:fsInfo (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c67 const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info; in softpipe_compute_vertex_info() local
105 for (i = 0; i < fsInfo->num_inputs; i++) { in softpipe_compute_vertex_info()
108 switch (fsInfo->input_interpolate[i]) { in softpipe_compute_vertex_info()
119 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR); in softpipe_compute_vertex_info()
125 switch (fsInfo->input_semantic_name[i]) { in softpipe_compute_vertex_info()
131 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) { in softpipe_compute_vertex_info()
144 fsInfo->input_semantic_name[i], in softpipe_compute_vertex_info()
145 fsInfo->input_semantic_index[i]); in softpipe_compute_vertex_info()
147 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in softpipe_compute_vertex_info()
156 fsInfo in softpipe_compute_vertex_info()
[all...]
H A Dsp_setup.c508 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; in setup_fragcoord_coeff() local
510 fsInfo->properties[TGSI_PROPERTY_FS_COORD_ORIGIN]; in setup_fragcoord_coeff()
512 fsInfo->properties[TGSI_PROPERTY_FS_COORD_PIXEL_CENTER]; in setup_fragcoord_coeff()
544 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; in setup_tri_coefficients() local
565 for (fragSlot = 0; fragSlot < fsInfo->num_inputs; fragSlot++) { in setup_tri_coefficients()
598 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) { in setup_tri_coefficients()
885 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; in setup_line_coefficients() local
922 for (fragSlot = 0; fragSlot < fsInfo->num_inputs; fragSlot++) { in setup_line_coefficients()
952 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) { in setup_line_coefficients()
1146 const struct tgsi_shader_info *fsInfo in sp_setup_point() local
[all...]
H A Dsp_quad_depth_test.c851 const struct tgsi_shader_info *fsInfo = &qs->softpipe->fs_variant->info; in depth_test_quads_fallback() local
852 boolean interp_depth = !fsInfo->writes_z || qs->softpipe->early_depth; in depth_test_quads_fallback()
853 boolean shader_stencil_ref = fsInfo->writes_stencil; in depth_test_quads_fallback()
989 const struct tgsi_shader_info *fsInfo = &qs->softpipe->fs_variant->info; in choose_depth_test() local
991 boolean interp_depth = !fsInfo->writes_z || qs->softpipe->early_depth; in choose_depth_test()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c51 const struct tgsi_shader_info *fsInfo = &llvmpipe->fs->info.base; in compute_vertex_info() local
85 for (i = 0; i < fsInfo->num_inputs; i++) { in compute_vertex_info()
90 fsInfo->input_semantic_name[i], in compute_vertex_info()
91 fsInfo->input_semantic_index[i]); in compute_vertex_info()
93 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in compute_vertex_info()
94 fsInfo->input_semantic_index[i] < 2) { in compute_vertex_info()
95 int idx = fsInfo->input_semantic_index[i]; in compute_vertex_info()
99 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_FACE) { in compute_vertex_info()
108 } else if (fsInfo->input_semantic_name[i] == in compute_vertex_info()
112 } else if (fsInfo in compute_vertex_info()
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c41013 struct statvfs fsInfo; setDeviceCharacteristics() local
42441 struct statfs fsInfo; autolockIoFinderImpl() local
43007 struct statfs fsInfo; unixOpen() local
44665 struct statfs fsInfo; proxyTransformUnixFile() local
[all...]

Completed in 128 milliseconds