Home
last modified time | relevance | path

Searched refs:store_val (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir_soa.c2026 LLVMValueRef store_val = NULL; in emit_reduce() local
2034 store_val = LLVMBuildBitCast(builder, flt_max, int_bld->elem_type, ""); in emit_reduce()
2040 store_val = LLVMBuildBitCast(builder, flt_min, int_bld->elem_type, ""); in emit_reduce()
2046 store_val = LLVMBuildBitCast(builder, flt_one, int_bld->elem_type, ""); in emit_reduce()
2052 store_val = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), UINT8_MAX, 0); in emit_reduce()
2055 store_val = LLVMConstInt(LLVMInt16TypeInContext(gallivm->context), UINT16_MAX, 0); in emit_reduce()
2059 store_val = lp_build_const_int32(gallivm, UINT_MAX); in emit_reduce()
2062 store_val = lp_build_const_int64(gallivm, UINT64_MAX); in emit_reduce()
2069 store_val = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), INT8_MAX, 0); in emit_reduce()
2072 store_val = LLVMConstInt(LLVMInt16TypeInContext(gallivm->context), INT16_MAX, 0); in emit_reduce()
[all …]
/third_party/mesa3d/src/amd/common/
Dac_nir_lower_ngg.c430 nir_ssa_def *store_val = intrin->src[0].ssa; in remove_culling_shader_output() local
431 nir_store_var(b, s->pre_cull_position_value_var, store_val, writemask); in remove_culling_shader_output()
514 nir_ssa_def *store_val = intrin->src[0].ssa; in remove_extra_pos_output() local
519 if (store_val->parent_instr->type == nir_instr_type_alu) { in remove_extra_pos_output()
520 nir_alu_instr *alu = nir_instr_as_alu(store_val->parent_instr); in remove_extra_pos_output()
545 rewrite_uses_to_var(b, store_val, s->pos_value_replacement, store_pos_component); in remove_extra_pos_output()
548 rewrite_uses_to_var(b, store_val, s->pos_value_replacement, store_pos_component); in remove_extra_pos_output()
833 nir_ssa_def *store_val = intrin->src[0].ssa; in analyze_shader_before_culling() local
835 analyze_shader_before_culling_walk(store_val, flag, nogs_state); in analyze_shader_before_culling()
1518 nir_ssa_def *store_val = intrin->src[0].ssa; in lower_ngg_gs_store_output() local
[all …]
Dac_nir_lower_esgs_io_to_mem.c101 nir_ssa_def *store_val = nir_extract_bits(b, &d, 1, start_byte * 8u, 1, store_bytes * 8u); in emit_split_buffer_store() local
102 …nir_build_store_buffer_amd(b, store_val, desc, v_off, s_off, .is_swizzled = swizzled, .slc_amd = s… in emit_split_buffer_store()
Dac_nir_lower_tess_io_to_mem.c395 nir_ssa_def *store_val = intrin->src[0].ssa; in lower_hs_output_store() local
409 …nir_build_store_buffer_amd(b, store_val, hs_ring_tess_offchip, vmem_off, offchip_offset, .write_ma… in lower_hs_output_store()
420 nir_build_store_shared(b, store_val, lds_off, .write_mask = write_mask, in lower_hs_output_store()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp8923 Temp store_val = get_ssa_temp(ctx, instr->src[0].ssa); in visit_intrinsic() local
8927 bld.ds(aco_opcode::ds_add_u32, as_vgpr(ctx, gds_addr), as_vgpr(ctx, store_val), m, 0u, 0u, in visit_intrinsic()