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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_mem_access_bit_sizes.c31 nir_ssa_def *store_src, int offset,
43 if (i == 0 && store_src) {
46 dup->src[i] = nir_src_for_ssa(store_src);
30 dup_mem_intrinsic(nir_builder * b,nir_intrinsic_instr * intrin,nir_ssa_def * store_src,int offset,unsigned num_components,unsigned bit_size,unsigned align) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_lower_mem_access_bit_sizes.c31 nir_ssa_def *store_src, int offset,
43 if (i == 0 && store_src) {
46 dup->src[i] = nir_src_for_ssa(store_src);
30 dup_mem_intrinsic(nir_builder * b,nir_intrinsic_instr * intrin,nir_ssa_def * store_src,int offset,unsigned num_components,unsigned bit_size,unsigned align) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_mi_builder.h568 uint32_t store_op, uint32_t store_src)
576 dw[3] = _gen_mi_pack_alu(store_op, _gen_mi_value_as_gpr(dst), store_src);
566 gen_mi_math_binop(struct gen_mi_builder * b,uint32_t opcode,struct gen_mi_value src0,struct gen_mi_value src1,uint32_t store_op,uint32_t store_src) argument
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dmi_builder.h756 uint32_t store_op, uint32_t store_src)
764 dw[3] = _mi_pack_alu(store_op, _mi_value_as_gpr(dst), store_src);
754 mi_math_binop(struct mi_builder * b,uint32_t opcode,struct mi_value src0,struct mi_value src1,uint32_t store_op,uint32_t store_src) argument
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp7023 Temp store_src = get_ssa_temp(ctx, intrin->src[0].ssa); local in function:aco::__anon562fcc110110::visit_store_buffer
7038 store_vmem_mubuf(ctx, store_src, descriptor, v_offset, s_offset, const_offset, elem_size_bytes,

Completed in 25 milliseconds