Searched refs:this_offset (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_soa.c | 1111 LLVMValueRef this_offset = LLVMBuildExtractElement(gallivm->builder, store_offset, loop_state.counter, ""); in lp_build_store_rgba_soa() local 1114 this_offset = LLVMBuildBitCast(gallivm->builder, this_offset, int8_ptr_type, ""); in lp_build_store_rgba_soa() 1117 this_offset = LLVMBuildBitCast(gallivm->builder, this_offset, int16_ptr_type, ""); in lp_build_store_rgba_soa() 1120 this_offset = LLVMBuildBitCast(gallivm->builder, this_offset, int32_ptr_type, ""); in lp_build_store_rgba_soa() 1121 LLVMBuildStore(gallivm->builder, data, this_offset); in lp_build_store_rgba_soa()
|
H A D | lp_bld_nir_aos.c | 238 LLVMValueRef this_offset = lp_build_const_int32(gallivm, in emit_load_ubo() local 242 &this_offset, 1, ""); in emit_load_ubo()
|
H A D | lp_bld_nir_soa.c | 788 LLVMValueRef this_offset = LLVMBuildAdd(builder, offset, offset_bit_size == 64 ? lp_build_const_int64(gallivm, c) : lp_build_const_int32(gallivm, c), ""); in emit_load_kernel_arg() local 790 LLVMValueRef scalar = lp_build_pointer_get(builder, kernel_args_ptr, this_offset); in emit_load_kernel_arg() 1121 LLVMValueRef this_offset = lp_build_add(uint_bld, offset, lp_build_const_int_vec(gallivm, uint_bld->type, c)); in emit_load_ubo() local 1123 this_offset, num_consts); in emit_load_ubo() 1124 result[c] = build_gather(bld_base, bld_broad, consts_ptr, this_offset, overflow_mask, NULL); in emit_load_ubo()
|
Completed in 8 milliseconds