Searched refs:texture_deref_instr (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c1508 nir_deref_instr *texture_deref_instr = NULL; local in function:get_tex_texture_deref
1513 texture_deref_instr = nir_src_as_deref(instr->src[i].src);
1519 return texture_deref_instr;
1590 nir_deref_instr *texture_deref_instr = get_tex_texture_deref(instr); local in function:build_tex_intrinsic
1591 nir_variable *var = nir_deref_instr_get_variable(texture_deref_instr);
4473 nir_deref_instr *texture_deref_instr = NULL; local in function:tex_fetch_ptrs
4480 texture_deref_instr = nir_src_as_deref(instr->src[i].src);
4494 get_sampler_desc_index(ctx, texture_deref_instr, &instr->instr, false);
4496 sampler_deref_instr = texture_deref_instr;
4523 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, main_descripto
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c1307 nir_deref_instr *texture_deref_instr = NULL; local in function:get_tex_texture_deref
1312 texture_deref_instr = nir_src_as_deref(instr->src[i].src);
1318 return texture_deref_instr;
1381 nir_deref_instr *texture_deref_instr = get_tex_texture_deref(instr); local in function:build_tex_intrinsic
1382 nir_variable *var = nir_deref_instr_get_variable(texture_deref_instr);
3609 nir_deref_instr *texture_deref_instr = NULL; local in function:tex_fetch_ptrs
3616 texture_deref_instr = nir_src_as_deref(instr->src[i].src);
3630 sampler_deref_instr = texture_deref_instr;
3642 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, main_descriptor, &instr->instr, false, false);
3651 *fmask_ptr = get_sampler_desc(ctx, texture_deref_instr, AC_DESC_FMAS
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c1998 nir_deref_instr *texture_deref_instr = NULL; local in function:visit_tex
2036 texture_deref_instr = nir_src_as_deref(instr->src[i].src);
2122 sampler_deref_instr = texture_deref_instr;
2148 if (!texture_deref_instr) {
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp9025 nir_deref_instr* texture_deref_instr = NULL; local in function:aco::__anon562fcc110110::tex_fetch_ptrs
9032 texture_deref_instr = nir_src_as_deref(instr->src[i].src);
9042 *stype = glsl_get_sampler_result_type(texture_deref_instr->type);
9045 sampler_deref_instr = texture_deref_instr;
9049 *res_ptr = get_sampler_desc(ctx, texture_deref_instr,
9052 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, ACO_DESC_BUFFER, instr, false);
9054 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, ACO_DESC_FMASK, instr, false);
9056 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, ACO_DESC_IMAGE, instr, false);

Completed in 70 milliseconds