Searched refs:chan_offset (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_scratch.c62 nir_ssa_def *chan_offset = local in function:v3d_nir_lower_load_scratch
71 chan_instr->src[0] = nir_src_for_ssa(chan_offset);
98 nir_ssa_def *chan_offset = local in function:v3d_nir_lower_store_scratch
108 chan_instr->src[1] = nir_src_for_ssa(chan_offset);
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_scratch.c62 nir_ssa_def *chan_offset = local in function:v3d_nir_lower_load_scratch
71 chan_instr->src[0] = nir_src_for_ssa(chan_offset);
98 nir_ssa_def *chan_offset = local in function:v3d_nir_lower_store_scratch
108 chan_instr->src[1] = nir_src_for_ssa(chan_offset);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_buffer_access.cpp156 ir_rvalue *chan_offset = local in function:lower_buffer_access::lower_buffer_access::emit_access
160 insert_buffer_access(mem_ctx, deref, deref_type, chan_offset,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_buffer_access.cpp156 ir_rvalue *chan_offset = local in function:lower_buffer_access::lower_buffer_access::emit_access
160 insert_buffer_access(mem_ctx, deref, deref_type, chan_offset,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c750 unsigned chan_offset = attrib_offset + chan * vtx_info->chan_byte_size; local in function:load_vs_input
753 if (attrib_stride != 0 && chan_offset > attrib_stride) {
755 LLVMConstInt(ctx->ac.i32, chan_offset / attrib_stride, false);
759 chan_offset = chan_offset % attrib_stride;
763 &ctx->ac, t_list, chan_index, LLVMConstInt(ctx->ac.i32, chan_offset, false),

Completed in 8 milliseconds