/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_gather.c | 420 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 …]
|
D | lp_bld_format_soa.c | 428 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 …]
|
D | lp_bld_format_aos.c | 505 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()
|
D | lp_bld_sample_aos.c | 397 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()
|
D | lp_bld_format_yuv.c | 493 struct lp_type fetch_type; in lp_build_fetch_subsampled_rgba_aos() local 500 fetch_type = lp_type_uint(32); in lp_build_fetch_subsampled_rgba_aos() 501 packed = lp_build_gather(gallivm, n, 32, fetch_type, TRUE, base_ptr, offset, FALSE); in lp_build_fetch_subsampled_rgba_aos()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_fetch.cpp | 43 EVFetchType fetch_type, in FetchInstr() argument 53 m_fetch_type(fetch_type), in FetchInstr() 313 EVFetchType fetch_type = vertex_data; in from_string_impl() local 315 fetch_type = vertex_data; in from_string_impl() 376 src_reg, src_offset_val, fetch_type, fmt, num_fmt, in from_string_impl()
|
D | sfn_instr_fetch.h | 67 EVFetchType fetch_type, 84 EVFetchType fetch_type() const {return m_fetch_type;} in fetch_type() function
|
D | sfn_assembler.cpp | 670 vtx.fetch_type = fetch_instr.fetch_type(); in visit()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_dump.cpp | 479 static const char * fetch_type[] = {"VERTEX", "INSTANCE", ""}; in dump() local 523 s << " " << fetch_type[n.bc.fetch_type]; in dump()
|
D | sb_bc_builder.cpp | 614 .FETCH_TYPE(bc.fetch_type) in build_fetch_vtx() 626 .FETCH_TYPE(bc.fetch_type) in build_fetch_vtx()
|
D | sb_bc_decoder.cpp | 590 bc.fetch_type = w0.get_FETCH_TYPE(); in decode_fetch_vtx() 602 bc.fetch_type = w0.get_FETCH_TYPE(); in decode_fetch_vtx()
|
D | sb_bc.h | 600 unsigned fetch_type:2; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 105 unsigned fetch_type; member
|
D | r600_asm.c | 1641 S_SQ_VTX_WORD0_FETCH_TYPE(vtx->fetch_type) | in r600_bytecode_vtx_build() 2446 const char * fetch_type[] = {"VERTEX", "INSTANCE", ""}; in r600_bytecode_disasm() local 2472 fprintf(stderr, "%s ", fetch_type[vtx->fetch_type]); in r600_bytecode_disasm() 2796 …vtx.fetch_type = elements[i].instance_divisor ? SQ_VTX_FETCH_INSTANCE_DATA : SQ_VTX_FETCH_VERTEX_D… in r600_create_vertex_fetch_shader()
|
D | r600_shader.c | 1444 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in load_sample_position() 1511 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in eg_load_helper_invocation() 1582 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in load_block_grid_size() 1856 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in tgsi_fetch_rel_const() 1972 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in fetch_gs_input() 2637 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in generate_gs_copy_shader() 2994 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in r600_fetch_tess_io_info() 3022 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in r600_fetch_tess_io_info() 7440 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in do_vtx_fetch_inst() 7534 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in r600_do_buffer_txq() [all …]
|
/third_party/node/src/crypto/ |
D | crypto_util.h | 635 TypeName* fetch_type(OSSL_LIB_CTX*, const char*, const char*), 660 TypeName* fetched = fetch_type(nullptr, real_name, nullptr); in array_push_back()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
D | sfn_instr_test.cpp | 631 EXPECT_EQ(fetch.fetch_type(), vertex_data); in TEST_F() 764 EXPECT_EQ(fetch.fetch_type(), no_index_offset); in TEST_F()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1086 struct lp_type fetch_type = vs_type; in fetch_vector() local 1119 fetch_type = lp_type_int_vec(vs_type.width, vs_type.width * vs_type.length); in fetch_vector() 1122 fetch_type = lp_type_uint_vec(vs_type.width, vs_type.width * vs_type.length); in fetch_vector() 1127 fetch_type, FALSE, map_ptr, offset, in fetch_vector()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 33805 struct fetch_type { struct 33822 const struct fetch_type *type; argument
|