Searched refs:uses_texture_gather (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_draw.c | 106 if (ir3_get_shader_info(emit.key.vs)->uses_texture_gather) { 111 if (ir3_get_shader_info(emit.key.fs)->uses_texture_gather) {
|
H A D | fd4_compute.c | 131 if (ir3_get_shader_info(ctx->compute)->uses_texture_gather) {
|
/third_party/mesa3d/src/compiler/ |
H A D | shader_info.h | 255 bool uses_texture_gather:1; member
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_program.c | 153 bool uses_texture_gather, in crocus_populate_sampler_prog_key_data() 177 if (devinfo->ver == 7 && uses_texture_gather) { in crocus_populate_sampler_prog_key_data() 212 if (devinfo->ver == 6 && uses_texture_gather) { in crocus_populate_sampler_prog_key_data() 847 if (info->uses_texture_gather && devinfo->ver < 8) { in crocus_setup_binding_table() 1301 ish->nir->info.uses_texture_gather, &key.base.tex); in crocus_update_compiled_vs() 1538 tcs->nir->info.uses_texture_gather, &key.base.tex); in crocus_update_compiled_tcs() 1672 ish->nir->info.uses_texture_gather, &key.base.tex); in crocus_update_compiled_tes() 1817 ish->nir->info.uses_texture_gather, &key.base.tex); in crocus_update_compiled_gs() 1945 ish->nir->info.uses_texture_gather, &key.base.tex); in crocus_update_compiled_fs() 2615 ish->nir->info.uses_texture_gather, in crocus_update_compiled_cs() 149 crocus_populate_sampler_prog_key_data(struct crocus_context *ice, const struct intel_device_info *devinfo, gl_shader_stage stage, struct crocus_uncompiled_shader *ish, bool uses_texture_gather, struct brw_sampler_prog_key_data *key) crocus_populate_sampler_prog_key_data() argument [all...] |
H A D | crocus_state.c | 5465 if (info && info->uses_texture_gather) { in crocus_populate_binding_table()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_set_program_inouts.cpp | 419 prog->info.uses_texture_gather = true; in visit_enter()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_gather_info.c | 852 shader->info.uses_texture_gather = true; in gather_tex_info()
|
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_to_nir.c | 1036 s->info.uses_texture_gather = false; in prog_to_nir()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 4955 if (ctx->compiler->gen == 4 && ctx->s->info.uses_texture_gather) in ir3_compile_shader_nir()
|
Completed in 33 milliseconds