Home
last modified time | relevance | path

Searched refs:texture_deref_instr (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1388 nir_deref_instr *texture_deref_instr = NULL; in get_tex_texture_deref() local
1393 texture_deref_instr = nir_src_as_deref(instr->src[i].src); in get_tex_texture_deref()
1399 return texture_deref_instr; in get_tex_texture_deref()
1456 nir_deref_instr *texture_deref_instr = get_tex_texture_deref(instr); in build_tex_intrinsic() local
1457 nir_variable *var = nir_deref_instr_get_variable(texture_deref_instr); in build_tex_intrinsic()
3985 nir_deref_instr *texture_deref_instr = NULL; in tex_fetch_ptrs() local
3992 texture_deref_instr = nir_src_as_deref(instr->src[i].src); in tex_fetch_ptrs()
4006 get_sampler_desc_index(ctx, texture_deref_instr, &instr->instr, false); in tex_fetch_ptrs()
4008 sampler_deref_instr = texture_deref_instr; in tex_fetch_ptrs()
4035 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, main_descriptor, &instr->instr, in tex_fetch_ptrs()
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c1837 nir_deref_instr *texture_deref_instr = NULL; in visit_tex() local
1875 texture_deref_instr = nir_src_as_deref(instr->src[i].src); in visit_tex()
1964 sampler_deref_instr = texture_deref_instr; in visit_tex()
1997 if (!texture_deref_instr) { in visit_tex()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp8460 nir_deref_instr *texture_deref_instr = NULL; in tex_fetch_ptrs() local
8467 texture_deref_instr = nir_src_as_deref(instr->src[i].src); in tex_fetch_ptrs()
8480 *stype = glsl_get_sampler_result_type(texture_deref_instr->type); in tex_fetch_ptrs()
8483 sampler_deref_instr = texture_deref_instr; in tex_fetch_ptrs()
8489 …*res_ptr = get_sampler_desc(ctx, texture_deref_instr, (aco_descriptor_type)(ACO_DESC_PLANE_0 + pla… in tex_fetch_ptrs()
8491 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, ACO_DESC_BUFFER, instr, false, false); in tex_fetch_ptrs()
8493 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, ACO_DESC_FMASK, instr, false, false); in tex_fetch_ptrs()
8495 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, ACO_DESC_IMAGE, instr, false, false); in tex_fetch_ptrs()
8524 *fmask_ptr = get_sampler_desc(ctx, texture_deref_instr, ACO_DESC_FMASK, instr, false, false); in tex_fetch_ptrs()