/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 146 static LLVMValueRef get_src(struct lp_build_nir_context *bld_base, nir_src src); 155 indir_src = get_src(bld_base, *src.indirect); in get_reg_src() 159 static LLVMValueRef get_src(struct lp_build_nir_context *bld_base, nir_src src) in get_src() function 187 indir_src = get_src(bld_base, *reg->indirect); in assign_reg() 272 LLVMValueRef value = get_src(bld_base, src.src); in get_alu_src() 1019 *vertex_index_ref = get_src(bld_base, path.path[idx_lvl]->arr.index); in get_deref_offset() 1051 LLVMValueRef idx_src = get_src(bld_base, path.path[idx_lvl]->arr.index); in get_deref_offset() 1092 LLVMValueRef indir_index = indirect ? get_src(bld_base, offset) : NULL; in visit_load_input() 1109 LLVMValueRef src = get_src(bld_base, instr->src[0]); in visit_store_output() 1115 LLVMValueRef indir_index = indirect ? get_src(bld_base, offset) : NULL; in visit_store_output() [all …]
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 77 static LLVMValueRef get_src(struct ac_nir_context *nir, nir_src src) in get_src() function 85 LLVMValueRef ptr = get_src(ctx, src); in get_memory_ptr() 103 LLVMValueRef value = get_src(ctx, src.src); in get_alu_src() 1495 LLVMValueRef ptr = get_src(ctx, instr->src[0]); in visit_vulkan_resource_reindex() 1496 LLVMValueRef index = get_src(ctx, instr->src[1]); in visit_vulkan_resource_reindex() 1506 LLVMValueRef src0 = get_src(ctx, instr->src[0]); in visit_load_push_constant() 1594 LLVMValueRef index = get_src(ctx, instr->src[0]); in visit_get_ssbo_size() 1648 return enter_waterfall(ctx, wctx, get_src(ctx, src), in enter_waterfall_ssbo() 1659 LLVMValueRef src_data = get_src(ctx, instr->src[0]); in visit_store_ssbo() 1672 LLVMValueRef base_offset = get_src(ctx, instr->src[2]); in visit_store_ssbo() [all …]
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 343 get_src(struct etna_compile *c, nir_src *src) in get_src() function 354 return src_swizzle(get_src(c, &alu->src[0].src), ALU_SWIZ(&alu->src[0])); in get_src() 482 src = src_swizzle(get_src(c, &asrc->src), ALU_SWIZ(asrc)); in emit_alu() 526 etna_emit_tex(c, tex->op, tex->sampler_index, dst_swiz, dst, get_src(c, coord), in emit_tex() 527 lod_bias ? get_src(c, lod_bias) : SRC_DISABLE, in emit_tex() 528 compare ? get_src(c, compare) : SRC_DISABLE); in emit_tex() 536 etna_emit_output(c, nir_src_as_deref(intr->src[0])->var, get_src(c, &intr->src[1])); in emit_intrinsic() 539 etna_emit_discard(c, get_src(c, &intr->src[0])); in emit_intrinsic() 552 .src[2] = get_src(c, &intr->src[0]), in emit_intrinsic() 574 .src[0] = get_src(c, &intr->src[1]), in emit_intrinsic() [all …]
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_error.cpp | 35 #define get_src(ident) ((ident) == NULL ? NULL : (ident)->psource) macro 38 "\tpushing on stack: %s (%s)\n", cons_text_c[(ct)], get_src((ident)) 41 get_src((p)->stack_data[tos].ident) 176 cons_text_c[c->type], get_src(c->ident), c->prev, c->name); in dump_cons_stack()
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 666 get_src(struct ntv_context *ctx, nir_src *src) in get_src() function 680 SpvId def = get_src(ctx, &alu->src[src].src); in get_alu_src_raw() 1534 SpvId offset = get_src(ctx, &intr->src[1]); in emit_load_ubo_vec4() 1589 SpvId ptr = get_src(ctx, intr->src); in emit_load_deref() 1625 SpvId ptr = get_src(ctx, &intr->src[0]); in emit_store_deref() 1626 SpvId src = get_src(ctx, &intr->src[1]); in emit_store_deref() 1805 SpvId def = get_src(ctx, src); in get_src_float() 1814 SpvId def = get_src(ctx, src); in get_src_int() 2120 SpvId index = get_src(ctx, &deref->arr.index); in emit_deref_array() 2128 get_src(ctx, &deref->parent), in emit_deref_array() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_surface.c | 367 get_offset_t get_src = (src->layout == SWIZZLED ? in nv04_surface_copy_cpu() local 380 sp + get_src(src, sx + x, sy + y), dst->cpp); in nv04_surface_copy_cpu()
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 508 - pan/bi: Remove FMA? parameter from get_src
|