Home
last modified time | relevance | path

Searched refs:texture_non_uniform (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_non_uniform_access.c110 if (!tex->texture_non_uniform && !tex->sampler_non_uniform) in lower_non_uniform_tex_access()
121 if (!tex->texture_non_uniform) in lower_non_uniform_tex_access()
167 tex->texture_non_uniform = false; in lower_non_uniform_tex_access()
H A Dnir_lower_input_attachments.c134 tex->texture_non_uniform = nir_intrinsic_access(load) & ACCESS_NON_UNIFORM; in try_lower_input_load()
H A Dnir_opt_gcm.c351 if (!tex->texture_non_uniform && !is_binding_uniform(src->src)) in gcm_pin_instructions()
360 if (!tex->texture_non_uniform && !nir_src_is_always_uniform(src->src)) in gcm_pin_instructions()
H A Dnir_group_loads.c140 if (tex->texture_non_uniform) in get_uniform_inst_resource()
H A Dnir_clone.c425 ntex->texture_non_uniform = tex->texture_non_uniform; in clone_tex()
H A Dnir_serialize.c1503 unsigned texture_non_uniform:1; member
1540 .u.texture_non_uniform = tex->texture_non_uniform, in write_tex()
1577 tex->texture_non_uniform = packed.u.texture_non_uniform; in read_tex()
H A Dnir_divergence_analysis.c657 instr->texture_non_uniform; in visit_tex()
H A Dnir_instr_set.c284 hash = HASH(hash, instr->texture_non_uniform); in hash_tex()
H A Dnir_lower_tex.c1279 fmask_fetch->texture_non_uniform = tex->texture_non_uniform; in nir_lower_ms_txf_to_fragment_fetch()
H A Dnir_print.c1353 if (instr->texture_non_uniform) { in print_tex_instr()
H A Dnir.h2068 * nir_tex_instr::texture_non_uniform is set, this is guaranteed to be
2241 bool texture_non_uniform;
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_apply_pipeline_layout.c470 tex->texture_non_uniform, tex, false); in apply_layout_to_tex()
473 tex->texture_non_uniform, tex, false); in apply_layout_to_tex()
476 tex->texture_non_uniform, tex, false); in apply_layout_to_tex()
479 tex->texture_non_uniform, tex, false); in apply_layout_to_tex()
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c4592 if (instr->texture_non_uniform) in tex_fetch_ptrs()
4615 /* instr->sampler_non_uniform and texture_non_uniform are always false in GLSL, in tex_fetch_ptrs()
4624 if (instr->texture_non_uniform || in tex_fetch_ptrs()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c2796 if (tex->texture_non_uniform || tex->sampler_non_uniform) in get_tex_samp_tex_src()
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c3093 instr->texture_non_uniform = true; in vtn_handle_texture()
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c4917 instr->texture_non_uniform); in emit_tex()

Completed in 50 milliseconds