/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_gather.c | 421 struct lp_type fetch_type, fetch_dst_type; in lp_build_gather() local 456 fetch_type = lp_type_float_vec(dst_type.width, src_width); in lp_build_gather() 458 fetch_type = lp_type_int_vec(dst_type.width, src_width); in lp_build_gather() 461 src_type = LLVMVectorType(lp_build_elem_type(gallivm, fetch_type), in lp_build_gather() 462 fetch_type.length); in lp_build_gather() 463 fetch_dst_type = fetch_type; in lp_build_gather() 469 fetch_type = lp_type_float(src_width); in lp_build_gather() 471 fetch_type = lp_type_int(src_width); in lp_build_gather() 473 src_type = lp_build_vec_type(gallivm, fetch_type); in lp_build_gather() 474 fetch_dst_type = fetch_type; in lp_build_gather() [all …]
|
D | lp_bld_format_soa.c | 426 struct lp_type fetch_type; in lp_build_fetch_rgba_soa() local 452 fetch_type = lp_type_uint(type.width); in lp_build_fetch_rgba_soa() 456 fetch_type, in lp_build_fetch_rgba_soa() 494 struct lp_type fetch_type, gather_type = type; in lp_build_fetch_rgba_soa() local 591 fetch_type = lp_type_float_vec(64, gather_type.width); in lp_build_fetch_rgba_soa() 593 fetch_type = lp_type_int_vec(32, gather_type.width); in lp_build_fetch_rgba_soa() 601 fetch_type = lp_type_float(gather_type.width); in lp_build_fetch_rgba_soa() 603 fetch_type = lp_type_uint(gather_type.width); in lp_build_fetch_rgba_soa() 610 fetch_type, aligned, in lp_build_fetch_rgba_soa() 686 struct lp_type fetch_type = lp_type_uint(type.width); in lp_build_fetch_rgba_soa() local [all …]
|
D | lp_bld_format_aos.c | 502 struct lp_type fetch_type; in lp_build_fetch_rgba_aos() local 510 fetch_type = lp_type_uint(type.width*4); in lp_build_fetch_rgba_aos() 512 format_desc->block.bits, fetch_type, in lp_build_fetch_rgba_aos() 537 struct lp_type fetch_type, conv_type; in lp_build_fetch_rgba_aos() local 541 fetch_type = lp_type_uint(type.width*4); in lp_build_fetch_rgba_aos() 548 format_desc->block.bits, fetch_type, in lp_build_fetch_rgba_aos()
|
D | lp_bld_format_yuv.c | 494 struct lp_type fetch_type; in lp_build_fetch_subsampled_rgba_aos() local 501 fetch_type = lp_type_uint(32); in lp_build_fetch_subsampled_rgba_aos() 502 packed = lp_build_gather(gallivm, n, 32, fetch_type, TRUE, base_ptr, offset, FALSE); in lp_build_fetch_subsampled_rgba_aos()
|
D | lp_bld_sample_aos.c | 582 struct lp_type fetch_type; in lp_build_sample_fetch_image_nearest() local 587 fetch_type = lp_type_uint(bld->texel_type.width); in lp_build_sample_fetch_image_nearest() 596 fetch_type, in lp_build_sample_fetch_image_nearest() 930 struct lp_type fetch_type; in lp_build_sample_fetch_image_linear() local 935 fetch_type = lp_type_uint(bld->texel_type.width); in lp_build_sample_fetch_image_linear() 939 fetch_type, in lp_build_sample_fetch_image_linear()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_dump.cpp | 453 static const char * fetch_type[] = {"VERTEX", "INSTANCE", ""}; in dump() local 497 s << " " << fetch_type[n.bc.fetch_type]; in dump()
|
D | sb_bc_builder.cpp | 612 .FETCH_TYPE(bc.fetch_type) in build_fetch_vtx() 624 .FETCH_TYPE(bc.fetch_type) in build_fetch_vtx()
|
D | sb_bc_decoder.cpp | 542 bc.fetch_type = w0.get_FETCH_TYPE(); in decode_fetch_vtx() 554 bc.fetch_type = w0.get_FETCH_TYPE(); in decode_fetch_vtx()
|
D | sb_bc.h | 566 unsigned fetch_type:2; member
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 101 unsigned fetch_type; member
|
D | r600_asm.c | 1515 S_SQ_VTX_WORD0_FETCH_TYPE(vtx->fetch_type) | in r600_bytecode_vtx_build() 2305 const char * fetch_type[] = {"VERTEX", "INSTANCE", ""}; in r600_bytecode_disasm() local 2329 fprintf(stderr, "%s ", fetch_type[vtx->fetch_type]); in r600_bytecode_disasm() 2629 …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 | 1265 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in load_sample_position() 1332 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in load_block_grid_size() 1522 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in tgsi_fetch_rel_const() 1638 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in fetch_gs_input() 2303 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in generate_gs_copy_shader() 2660 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in r600_fetch_tess_io_info() 2688 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in r600_fetch_tess_io_info() 6894 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in do_vtx_fetch_inst() 6988 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in r600_do_buffer_txq() 8109 vtx.fetch_type = SQ_VTX_FETCH_NO_INDEX_OFFSET; in tgsi_load_buffer() [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 731 struct lp_type fetch_type = vs_type; in fetch_vector() local 764 fetch_type = lp_type_int_vec(vs_type.width, vs_type.width * vs_type.length); in fetch_vector() 767 fetch_type = lp_type_uint_vec(vs_type.width, vs_type.width * vs_type.length); in fetch_vector() 772 fetch_type, FALSE, map_ptr, offset, in fetch_vector()
|