Home
last modified time | relevance | path

Searched refs:uses_texture_gather (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_draw.c106 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 Dfd4_compute.c131 if (ir3_get_shader_info(ctx->compute)->uses_texture_gather) {
/third_party/mesa3d/src/compiler/
H A Dshader_info.h255 bool uses_texture_gather:1; member
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c153 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 Dcrocus_state.c5465 if (info && info->uses_texture_gather) { in crocus_populate_binding_table()
/third_party/mesa3d/src/compiler/glsl/
H A Dir_set_program_inouts.cpp419 prog->info.uses_texture_gather = true; in visit_enter()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_gather_info.c852 shader->info.uses_texture_gather = true; in gather_tex_info()
/third_party/mesa3d/src/mesa/program/
H A Dprog_to_nir.c1036 s->info.uses_texture_gather = false; in prog_to_nir()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c4955 if (ctx->compiler->gen == 4 && ctx->s->info.uses_texture_gather) in ir3_compile_shader_nir()

Completed in 33 milliseconds