Home
last modified time | relevance | path

Searched refs:fetch_type (Results 1 – 25 of 25) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c420 struct lp_type fetch_type, fetch_dst_type; in lp_build_gather() local
455 fetch_type = lp_type_float_vec(dst_type.width, src_width); in lp_build_gather()
457 fetch_type = lp_type_int_vec(dst_type.width, src_width); in lp_build_gather()
460 src_type = LLVMVectorType(lp_build_elem_type(gallivm, fetch_type), in lp_build_gather()
461 fetch_type.length); in lp_build_gather()
462 fetch_dst_type = fetch_type; in lp_build_gather()
468 fetch_type = lp_type_float(src_width); in lp_build_gather()
470 fetch_type = lp_type_int(src_width); in lp_build_gather()
472 src_type = lp_build_vec_type(gallivm, fetch_type); in lp_build_gather()
473 fetch_dst_type = fetch_type; in lp_build_gather()
[all …]
Dlp_bld_format_soa.c428 struct lp_type fetch_type; in lp_build_fetch_rgba_soa() local
454 fetch_type = lp_type_uint(type.width); in lp_build_fetch_rgba_soa()
458 fetch_type, in lp_build_fetch_rgba_soa()
496 struct lp_type fetch_type, gather_type = type; in lp_build_fetch_rgba_soa() local
593 fetch_type = lp_type_float_vec(64, gather_type.width); in lp_build_fetch_rgba_soa()
595 fetch_type = lp_type_int_vec(32, gather_type.width); in lp_build_fetch_rgba_soa()
603 fetch_type = lp_type_float(gather_type.width); in lp_build_fetch_rgba_soa()
605 fetch_type = lp_type_uint(gather_type.width); in lp_build_fetch_rgba_soa()
612 fetch_type, aligned, in lp_build_fetch_rgba_soa()
688 struct lp_type fetch_type = lp_type_uint(type.width); in lp_build_fetch_rgba_soa() local
[all …]
Dlp_bld_format_aos.c505 struct lp_type fetch_type; in lp_build_fetch_rgba_aos() local
513 fetch_type = lp_type_uint(type.width*4); in lp_build_fetch_rgba_aos()
515 format_desc->block.bits, fetch_type, in lp_build_fetch_rgba_aos()
540 struct lp_type fetch_type, conv_type; in lp_build_fetch_rgba_aos() local
544 fetch_type = lp_type_uint(type.width*4); in lp_build_fetch_rgba_aos()
551 format_desc->block.bits, fetch_type, in lp_build_fetch_rgba_aos()
Dlp_bld_sample_aos.c397 struct lp_type fetch_type; in lp_build_sample_fetch_image_nearest() local
402 fetch_type = lp_type_uint(bld->texel_type.width); in lp_build_sample_fetch_image_nearest()
411 fetch_type, in lp_build_sample_fetch_image_nearest()
655 struct lp_type fetch_type; in lp_build_sample_fetch_image_linear() local
660 fetch_type = lp_type_uint(bld->texel_type.width); in lp_build_sample_fetch_image_linear()
664 fetch_type, in lp_build_sample_fetch_image_linear()
Dlp_bld_format_yuv.c569 struct lp_type fetch_type; in lp_build_fetch_subsampled_rgba_aos() local
576 fetch_type = lp_type_uint(32); in lp_build_fetch_subsampled_rgba_aos()
577 packed = lp_build_gather(gallivm, n, 32, fetch_type, true, base_ptr, offset, false); in lp_build_fetch_subsampled_rgba_aos()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_fetch.cpp25 EVFetchType fetch_type, in FetchInstr() argument
35 m_fetch_type(fetch_type), in FetchInstr()
304 EVFetchType fetch_type = vertex_data; in from_string_impl() local
306 fetch_type = vertex_data; in from_string_impl()
371 fetch_type, in from_string_impl()
Dsfn_instr_fetch.h46 EVFetchType fetch_type,
64 EVFetchType fetch_type() const { return m_fetch_type; } in fetch_type() function
Dsfn_assembler.cpp724 vtx.fetch_type = fetch_instr.fetch_type(); in visit()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_linear_llvm.c397 LLVMTypeRef fetch_type = LLVMPointerType(variant->jit_linear_func_type, 0); in llvmpipe_fs_variant_linear_llvm() local
398 LLVMValueRef fetch_ptr = lp_build_pointer_get2(builder, fetch_type, elem, in llvmpipe_fs_variant_linear_llvm()
435 LLVMTypeRef fetch_type = LLVMPointerType(variant->jit_linear_func_type, 0); in llvmpipe_fs_variant_linear_llvm() local
437 lp_build_pointer_get2(builder, fetch_type, in llvmpipe_fs_variant_linear_llvm()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h96 unsigned fetch_type; member
Dr600_shader.c422 …vtx.fetch_type = elements[i].instance_divisor ? SQ_VTX_FETCH_INSTANCE_DATA : SQ_VTX_FETCH_VERTEX_D… in r600_create_vertex_fetch_shader()
766 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in generate_gs_copy_shader()
Dr600_asm.c1634 S_SQ_VTX_WORD0_FETCH_TYPE(vtx->fetch_type) | in r600_bytecode_vtx_build()
2531 const char * fetch_type[] = {"VERTEX", "INSTANCE", ""}; in r600_bytecode_disasm() local
2557 fprintf(stderr, "%s ", fetch_type[vtx->fetch_type]); in r600_bytecode_disasm()
/external/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instr_test.cpp682 EXPECT_EQ(fetch.fetch_type(), vertex_data); in TEST_F()
889 EXPECT_EQ(fetch.fetch_type(), no_index_offset); in TEST_F()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c706 struct lp_type fetch_type = vs_type; in fetch_vector() local
739 fetch_type = lp_type_int_vec(vs_type.width, vs_type.width * vs_type.length); in fetch_vector()
741 fetch_type = lp_type_uint_vec(vs_type.width, vs_type.width * vs_type.length); in fetch_vector()
746 fetch_type, false, map_ptr, offset, in fetch_vector()
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h73629 struct fetch_type { struct
73647 const struct fetch_type *type; argument
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_600.h40195 struct fetch_type { struct
40212 const struct fetch_type *type; argument
Dvmlinux.h40195 struct fetch_type { struct
40212 const struct fetch_type *type; argument
/external/bcc/libbpf-tools/loongarch/
Dvmlinux_602.h18500 struct fetch_type { struct
18518 const struct fetch_type *type; argument
Dvmlinux.h18500 struct fetch_type { struct
18518 const struct fetch_type *type; argument
/external/bcc/libbpf-tools/x86/
Dvmlinux.h41151 struct fetch_type { struct
41168 const struct fetch_type *type; argument
Dvmlinux_518.h41151 struct fetch_type { struct
41168 const struct fetch_type *type; argument
/external/bcc/libbpf-tools/riscv/
Dvmlinux_602.h25336 struct fetch_type { struct
25354 const struct fetch_type *type; argument
Dvmlinux.h25336 struct fetch_type { struct
25354 const struct fetch_type *type; argument
/external/bcc/libbpf-tools/arm64/
Dvmlinux_608.h86667 struct fetch_type { struct
86684 const struct fetch_type *type; argument
Dvmlinux.h86667 struct fetch_type { struct
86684 const struct fetch_type *type; argument