Searched defs:elem_size_bytes (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c1576 int elem_size_bytes = ac_get_elem_bits(&ctx->ac, LLVMTypeOf(src_data)) / 8; local in function:visit_store_ssbo
1740 int elem_size_bytes = instr->dest.ssa.bit_size / 8; local in function:visit_load_buffer
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c1788 int elem_size_bytes = ac_get_elem_bits(&ctx->ac, LLVMTypeOf(src_data)) / 8; local in function:visit_store_ssbo
2041 int elem_size_bytes = instr->dest.ssa.bit_size / 8; local in function:visit_load_buffer
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp4172 load_lds(isel_context* ctx, unsigned elem_size_bytes, unsigned num_components, Temp dst, argument
4208 unsigned elem_size_bytes = local in function:aco::__anon562fcc110110::split_store_data
4303 store_lds(isel_context * ctx,unsigned elem_size_bytes,Temp data,uint32_t wrmask,Temp address,unsigned base_offset,unsigned align) argument
4494 create_vec_from_array(isel_context * ctx,Temp arr[],unsigned cnt,RegType reg_type,unsigned elem_size_bytes,unsigned split_cnt=0u,Temp dst=Temp ()) argument
4577 store_vmem_mubuf(isel_context * ctx,Temp src,Temp descriptor,Temp voffset,Temp soffset,unsigned base_const_offset,unsigned elem_size_bytes,unsigned write_mask,bool allow_combining=true,memory_sync_info sync=memory_sync_info (),bool slc=false) argument
4601 load_vmem_mubuf(isel_context * ctx,Temp dst,Temp descriptor,Temp voffset,Temp soffset,unsigned base_const_offset,unsigned elem_size_bytes,unsigned num_components,unsigned stride=0u,bool allow_combining=true,bool allow_reorder=true,bool slc=false) argument
6548 unsigned elem_size_bytes = instr->src[0].ssa->bit_size / 8; local in function:aco::__anon562fcc110110::visit_store_ssbo
6732 unsigned elem_size_bytes = instr->src[0].ssa->bit_size / 8; local in function:aco::__anon562fcc110110::visit_store_global
7012 unsigned elem_size_bytes = intrin->dest.ssa.bit_size / 8u; local in function:aco::__anon562fcc110110::visit_load_buffer
7033 unsigned elem_size_bytes = intrin->src[0].ssa->bit_size / 8u; local in function:aco::__anon562fcc110110::visit_store_buffer
7112 unsigned elem_size_bytes = instr->dest.ssa.bit_size / 8; local in function:aco::__anon562fcc110110::visit_load_shared
7124 unsigned elem_size_bytes = instr->src[0].ssa->bit_size / 8; local in function:aco::__anon562fcc110110::visit_store_shared
7316 unsigned elem_size_bytes = instr->src[0].ssa->bit_size / 8; local in function:aco::__anon562fcc110110::visit_store_scratch
[all...]

Completed in 22 milliseconds