/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.c | 160 get_src(struct lp_build_nir_context *bld_base, nir_src src); 171 indir_src = get_src(bld_base, *src.indirect); in get_reg_src() 177 get_src(struct lp_build_nir_context *bld_base, nir_src src) in get_src() function 217 indir_src = get_src(bld_base, *reg->indirect); in assign_reg() 338 LLVMValueRef value = get_src(bld_base, src.src); in get_alu_src() 1324 *vertex_index_ref = get_src(bld_base, path.path[idx_lvl]->arr.index); in get_deref_offset() 1356 LLVMValueRef idx_src = get_src(bld_base, path.path[idx_lvl]->arr.index); in get_deref_offset() 1398 LLVMValueRef indir_index = indirect ? get_src(bld_base, offset) : NULL; in visit_load_input() 1416 LLVMValueRef src = get_src(bld_base, instr->src[0]); in visit_store_output() 1422 LLVMValueRef indir_index = indirect ? get_src(bld_bas in visit_store_output() [all...] |
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 84 static LLVMValueRef get_src(struct ac_nir_context *nir, nir_src src) in get_src() function 92 LLVMValueRef ptr = get_src(ctx, src); in get_memory_ptr_t() 118 LLVMValueRef value = get_src(ctx, src.src); in get_alu_src() 1676 LLVMValueRef src0 = get_src(ctx, instr->src[0]); in visit_load_push_constant() 1772 LLVMValueRef rsrc = ctx->abi->load_ssbo(ctx->abi, get_src(ctx, instr->src[0]), false, non_uniform); in visit_get_ssbo_size() 1825 return enter_waterfall(ctx, wctx, get_src(ctx, src), in enter_waterfall_ssbo() 1836 LLVMValueRef src_data = get_src(ctx, instr->src[0]); in visit_store_ssbo() 1849 LLVMValueRef base_offset = get_src(ctx, instr->src[2]); in visit_store_ssbo() 1993 LLVMTypeRef return_type = LLVMTypeOf(get_src(ctx, instr->src[2])); in visit_atomic_ssbo() 2047 result = emit_ssbo_comp_swap_64(ctx, descriptor, get_src(ct in visit_atomic_ssbo() [all...] |
/third_party/jerryscript/tests/unit-core/ |
H A D | test-dataview.cpp | 113 const jerry_char_t get_src[] = "view2.getInt16 (0)"; in HWTEST_F() local 114 TEST_ASSERT (jerry_get_number_value (jerry_eval (get_src, sizeof (get_src) - 1, JERRY_PARSE_NO_OPTS)) == 255); in HWTEST_F()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | nir_to_spirv.c | 1130 get_src(struct ntv_context *ctx, nir_src *src) in get_src() function 1144 SpvId def = get_src(ctx, &alu->src[src].src); in get_alu_src_raw() 2337 SpvId ptr = get_src(ctx, intr->src); in emit_load_deref() 2362 SpvId ptr = get_src(ctx, &intr->src[0]); in emit_store_deref() 2363 SpvId src = get_src(ctx, &intr->src[1]); in emit_store_deref() 2422 SpvId offset = get_src(ctx, &intr->src[0]); in emit_load_shared() 2442 SpvId src = get_src(ctx, &intr->src[0]); in emit_store_shared() 2452 SpvId offset = get_src(ctx, &intr->src[1]); in emit_store_shared() 2491 SpvId member = get_src(ctx, &intr->src[0]); in emit_load_push_const() 2630 src1 = get_src(ct in emit_interpolate() [all...] |
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | nir_to_dxil.c | 1761 get_src(struct ntd_context *ctx, nir_src *src, unsigned chan, in get_src() function 1819 return get_src(ctx, &alu->src[src].src, chan, in get_alu_src() 2275 get_src(ctx, &alu->src[i].src, alu->src[i].swizzle[0], t); in emit_vec() 2297 get_src(ctx, &alu->src[0].src, alu->src[0].swizzle[0], nir_type_uint32), in emit_make_double() 2298 get_src(ctx, &alu->src[0].src, alu->src[0].swizzle[1], nir_type_uint32), in emit_make_double() 2323 get_src(ctx, &alu->src[0].src, alu->src[0].swizzle[0], nir_type_float64) in emit_split_double() 2908 get_src(ctx, &intr->src[1], 0, nir_type_uint); in emit_load_ssbo() 2939 get_src(ctx, &intr->src[2], 0, nir_type_uint); in emit_store_ssbo() 2948 value[i] = get_src(ctx, &intr->src[0], i, nir_type_uint); in emit_store_ssbo() 2977 get_src(ct in emit_store_ssbo_masked() [all...] |
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir.c | 346 get_src(struct etna_compile *c, nir_src *src) in get_src() function 357 return src_swizzle(get_src(c, &alu->src[0].src), ALU_SWIZ(&alu->src[0])); in get_src() 494 src = src_swizzle(get_src(c, &asrc->src), ALU_SWIZ(asrc)); in emit_alu() 540 etna_emit_tex(c, tex->op, tex->sampler_index, dst_swiz, dst, get_src(c, coord), in emit_tex() 541 src1 ? get_src(c, src1) : SRC_DISABLE, in emit_tex() 542 src2 ? get_src(c, src2) : SRC_DISABLE); in emit_tex() 550 etna_emit_output(c, nir_src_as_deref(intr->src[0])->var, get_src(c, &intr->src[1])); in emit_intrinsic() 553 etna_emit_discard(c, get_src(c, &intr->src[0])); in emit_intrinsic() 566 .src[2] = get_src(c, &intr->src[0]), in emit_intrinsic() 588 .src[0] = get_src( in emit_intrinsic() [all...] |