Searched refs:res_store (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir_soa.c | 1097 LLVMValueRef res_store = lp_build_alloca(gallivm, LLVMTypeOf(zero), ""); in emit_load_ubo() local 1098 LLVMBuildStore(builder, zero, res_store); in emit_load_ubo() 1102 LLVMBuildStore(builder, lp_build_pointer_get(builder, consts_ptr, chan_offset), res_store); in emit_load_ubo() 1105 scalar = LLVMBuildLoad(builder, res_store, ""); in emit_load_ubo() 1229 LLVMValueRef res_store = lp_build_alloca(gallivm, LLVMTypeOf(zero), ""); in emit_load_mem() local 1230 LLVMBuildStore(builder, zero, res_store); in emit_load_mem() 1234 LLVMBuildStore(builder, lp_build_pointer_get(builder, mem_ptr, chan_offset), res_store); in emit_load_mem() 1237 scalar = LLVMBuildLoad2(builder, LLVMTypeOf(zero), res_store, ""); in emit_load_mem() 1688 LLVMValueRef res_store = lp_build_alloca(gallivm, bld_base->uint_bld.elem_type, ""); in emit_tex() local 1696 LLVMBuildStore(builder, value_ptr, res_store); in emit_tex() 2082 LLVMValueRef res_store = lp_build_alloca(gallivm, bld_base->uint_bld.elem_type, ""); emit_vote() local 2146 LLVMValueRef res_store = lp_build_alloca(gallivm, bld_base->int_bld.elem_type, ""); emit_ballot() local 2222 LLVMValueRef res_store = lp_build_alloca(gallivm, int_bld->vec_type, ""); emit_shuffle() local 2257 LLVMValueRef res_store = NULL; emit_reduce() local 2480 LLVMValueRef res_store = lp_build_alloca(gallivm, bld_base->int_bld.elem_type, ""); emit_read_invocation() local [all...] |
Completed in 5 milliseconds