Searched refs:offset_index (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_nir_lower_tg4_to_tex.c | 39 int offset_index = nir_tex_instr_src_index(tg4, nir_tex_src_offset); local in function:ir3_nir_lower_tg4_to_tex_instr 42 if (offset_index < 0 && i < 3) 63 if (offset_index < 0) { 67 assert(nir_tex_instr_src_size(tex, offset_index) == 2); 69 nir_ssa_for_src(b, tex->src[offset_index].src, 2); 70 tex->src[offset_index].src =
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_nir_lower_tg4_to_tex.c | 51 int offset_index = nir_tex_instr_src_index(tg4, nir_tex_src_offset); local in function:lower_tg4 54 if (offset_index < 0 && i < 3) 76 if (offset_index < 0) { 80 assert(nir_tex_instr_src_size(tex, offset_index) == 2); 82 b, tex->src[offset_index].src, 2); 83 tex->src[offset_index].src =
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_nir_lower_int_samplers.c | 490 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); local in function:lower_sample_to_txf_for_integer_tex_impl 491 if (offset_index >= 0) { 492 nir_ssa_def *offset = tex->src[offset_index].src.ssa;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_tex.c | 212 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); local in function:lower_offset 213 if (offset_index < 0) 219 assert(tex->src[offset_index].src.is_ssa); 221 nir_ssa_def *offset = tex->src[offset_index].src.ssa; 260 nir_tex_instr_remove_src(tex, offset_index);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_tex.c | 140 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); local in function:lower_offset 141 if (offset_index < 0) 147 assert(tex->src[offset_index].src.is_ssa); 149 nir_ssa_def *offset = tex->src[offset_index].src.ssa; 188 nir_tex_instr_remove_src(tex, offset_index);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | vtn_variables.c | 189 nir_ssa_def *base_index, nir_ssa_def *offset_index) 195 instr->src[1] = nir_src_for_ssa(offset_index); 454 nir_ssa_def *offset_index = local in function:vtn_ssa_offset_pointer_dereference 459 block_index, offset_index); 188 vtn_resource_reindex(struct vtn_builder * b,enum vtn_variable_mode mode,nir_ssa_def * base_index,nir_ssa_def * offset_index) argument
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_variables.c | 263 nir_ssa_def *base_index, nir_ssa_def *offset_index) 271 instr->src[1] = nir_src_for_ssa(offset_index); 262 vtn_resource_reindex(struct vtn_builder * b,enum vtn_variable_mode mode,nir_ssa_def * base_index,nir_ssa_def * offset_index) argument
|
Completed in 64 milliseconds