Searched refs:component_stride (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_nir_lower_esgs_io_to_mem.c | 55 unsigned component_stride, unsigned num_components, unsigned bit_size) 72 .base = component_stride * i, .memory_modes = nir_var_shader_in); 76 .base = component_stride * full_dwords, .memory_modes = nir_var_shader_in); 83 unsigned component_stride, unsigned num_components, unsigned bit_size, 54 emit_split_buffer_load(nir_builder * b,nir_ssa_def * desc,nir_ssa_def * v_off,nir_ssa_def * s_off,unsigned component_stride,unsigned num_components,unsigned bit_size) argument 82 emit_split_buffer_store(nir_builder * b,nir_ssa_def * d,nir_ssa_def * desc,nir_ssa_def * v_off,nir_ssa_def * s_off,unsigned component_stride,unsigned num_components,unsigned bit_size,unsigned writemask,bool swizzled,bool slc) argument
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_builder.h | 1670 unsigned component_stride) 1682 unsigned const_op = nir_intrinsic_component(intrin) * component_stride; 1667 nir_build_calc_io_offset(nir_builder * b,nir_intrinsic_instr * intrin,nir_ssa_def * base_stride,unsigned component_stride) argument
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 3636 unsigned component_stride = 0; member in struct:aco::__anon562fcc110110::LoadEmitInfo 3687 if (info.component_stride) { 3702 if (info.component_stride) 3809 if (info.component_stride) { 3811 const_offset += info.component_stride; 3812 align_offset = (align_offset + info.component_stride) % align_mul; 4613 info.component_stride = allow_combining ? 0 : stride;
|
Completed in 25 milliseconds