Searched refs:get_src (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 416 get_src(struct ir3_context *ctx, nir_src *src) in get_src() function 432 addr = get_addr(ctx, get_src(ctx, src->reg.indirect)[0], in get_src() 455 addr = get_addr(ctx, get_src(ctx, dst->reg.indirect)[0], in put_dst() 854 src[i] = get_src(ctx, &asrc->src)[asrc->swizzle[0]]; in emit_alu() 870 struct ir3_instruction *const *src0 = get_src(ctx, &asrc->src); in emit_alu() 894 src[i] = get_src(ctx, &asrc->src)[asrc->swizzle[chan]]; in emit_alu() 1176 src0 = get_src(ctx, &intr->src[0])[0]; in emit_intrinsic_load_ubo() 1194 src1 = get_src(ctx, &intr->src[1])[0]; in emit_intrinsic_load_ubo() 1246 offset = get_src(ctx, &intr->src[1])[0]; in emit_intrinsic_load_ssbo() 1285 offset = get_src(ctx, &intr->src[2])[0]; in emit_intrinsic_store_ssbo() [all …]
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 1212 static LLVMValueRef get_src(struct ac_nir_context *nir, nir_src src) in get_src() function 1231 LLVMValueRef value = get_src(ctx, src.src); in get_alu_src() 2384 LLVMValueRef index = get_src(ctx->nir, instr->src[0]); in visit_vulkan_resource_index() 2417 LLVMValueRef ptr = get_src(ctx->nir, instr->src[0]); in visit_vulkan_resource_reindex() 2418 LLVMValueRef index = get_src(ctx->nir, instr->src[1]); in visit_vulkan_resource_reindex() 2431 addr = LLVMBuildAdd(ctx->builder, addr, get_src(ctx->nir, instr->src[0]), ""); in visit_load_push_constant() 2442 LLVMValueRef index = get_src(ctx, instr->src[0]); in visit_get_buffer_size() 2490 LLVMValueRef src_data = get_src(ctx, instr->src[0]); in visit_store_ssbo() 2499 get_src(ctx, instr->src[1]), true); in visit_store_ssbo() 2513 base_offset = get_src(ctx, instr->src[2]); /* voffset */ in visit_store_ssbo() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_surface.c | 371 get_offset_t get_src = (src->layout == SWIZZLED ? in nv04_surface_copy_cpu() local 384 sp + get_src(src, sx + x, sy + y), dst->cpp); in nv04_surface_copy_cpu()
|