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

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c421 struct lp_type fetch_type, fetch_dst_type; local in function:lp_build_gather
456 fetch_type = lp_type_float_vec(dst_type.width, src_width);
458 fetch_type = lp_type_int_vec(dst_type.width, src_width);
461 src_type = LLVMVectorType(lp_build_elem_type(gallivm, fetch_type),
462 fetch_type.length);
463 fetch_dst_type = fetch_type;
469 fetch_type = lp_type_float(src_width);
471 fetch_type = lp_type_int(src_width);
473 src_type = lp_build_vec_type(gallivm, fetch_type);
474 fetch_dst_type = fetch_type;
[all...]
H A Dlp_bld_format_soa.c426 struct lp_type fetch_type; local in function:lp_build_fetch_rgba_soa
452 fetch_type = lp_type_uint(type.width);
456 fetch_type,
494 struct lp_type fetch_type, gather_type = type; local in function:lp_build_fetch_rgba_soa
591 fetch_type = lp_type_float_vec(64, gather_type.width);
593 fetch_type = lp_type_int_vec(32, gather_type.width);
601 fetch_type = lp_type_float(gather_type.width);
603 fetch_type = lp_type_uint(gather_type.width);
610 fetch_type, aligned,
686 struct lp_type fetch_type local in function:lp_build_fetch_rgba_soa
711 struct lp_type fetch_type = lp_type_uint(type.width); local in function:lp_build_fetch_rgba_soa
[all...]
H A Dlp_bld_format_aos.c503 struct lp_type fetch_type; local in function:lp_build_fetch_rgba_aos
511 fetch_type = lp_type_uint(type.width*4);
513 format_desc->block.bits, fetch_type,
538 struct lp_type fetch_type, conv_type; local in function:lp_build_fetch_rgba_aos
542 fetch_type = lp_type_uint(type.width*4);
549 format_desc->block.bits, fetch_type,
H A Dlp_bld_format_yuv.c494 struct lp_type fetch_type; local in function:lp_build_fetch_subsampled_rgba_aos
501 fetch_type = lp_type_uint(32);
502 packed = lp_build_gather(gallivm, n, 32, fetch_type, TRUE, base_ptr, offset, FALSE);
H A Dlp_bld_sample_aos.c397 struct lp_type fetch_type; local in function:lp_build_sample_fetch_image_nearest
402 fetch_type = lp_type_uint(bld->texel_type.width);
411 fetch_type,
655 struct lp_type fetch_type; local in function:lp_build_sample_fetch_image_linear
660 fetch_type = lp_type_uint(bld->texel_type.width);
664 fetch_type,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c421 struct lp_type fetch_type, fetch_dst_type; local in function:lp_build_gather
456 fetch_type = lp_type_float_vec(dst_type.width, src_width);
458 fetch_type = lp_type_int_vec(dst_type.width, src_width);
461 src_type = LLVMVectorType(lp_build_elem_type(gallivm, fetch_type),
462 fetch_type.length);
463 fetch_dst_type = fetch_type;
469 fetch_type = lp_type_float(src_width);
471 fetch_type = lp_type_int(src_width);
473 src_type = lp_build_vec_type(gallivm, fetch_type);
474 fetch_dst_type = fetch_type;
[all...]
H A Dlp_bld_format_soa.c428 struct lp_type fetch_type; local in function:lp_build_fetch_rgba_soa
454 fetch_type = lp_type_uint(type.width);
458 fetch_type,
496 struct lp_type fetch_type, gather_type = type; local in function:lp_build_fetch_rgba_soa
593 fetch_type = lp_type_float_vec(64, gather_type.width);
595 fetch_type = lp_type_int_vec(32, gather_type.width);
603 fetch_type = lp_type_float(gather_type.width);
605 fetch_type = lp_type_uint(gather_type.width);
612 fetch_type, aligned,
688 struct lp_type fetch_type local in function:lp_build_fetch_rgba_soa
713 struct lp_type fetch_type = lp_type_uint(type.width); local in function:lp_build_fetch_rgba_soa
[all...]
H A Dlp_bld_format_aos.c505 struct lp_type fetch_type; local in function:lp_build_fetch_rgba_aos
513 fetch_type = lp_type_uint(type.width*4);
515 format_desc->block.bits, fetch_type,
540 struct lp_type fetch_type, conv_type; local in function:lp_build_fetch_rgba_aos
544 fetch_type = lp_type_uint(type.width*4);
551 format_desc->block.bits, fetch_type,
H A Dlp_bld_sample_aos.c397 struct lp_type fetch_type; local in function:lp_build_sample_fetch_image_nearest
402 fetch_type = lp_type_uint(bld->texel_type.width);
411 fetch_type,
655 struct lp_type fetch_type; local in function:lp_build_sample_fetch_image_linear
660 fetch_type = lp_type_uint(bld->texel_type.width);
664 fetch_type,
H A Dlp_bld_format_yuv.c494 struct lp_type fetch_type; local in function:lp_build_fetch_subsampled_rgba_aos
501 fetch_type = lp_type_uint(32);
502 packed = lp_build_gather(gallivm, n, 32, fetch_type, TRUE, base_ptr, offset, FALSE);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_fetch.h38 EVFetchType fetch_type,
83 EVFetchType fetch_type() const { return m_fetch_type;} function in class:r600::FetchInstruction
H A Dsfn_instruction_fetch.cpp80 EVFetchType fetch_type,
102 m_fetch_type(fetch_type),
79 FetchInstruction(EVFetchInstr vc_opcode,EVFetchType fetch_type,EVTXDataFormat data_format,EVFetchNumFormat num_format,EVFetchEndianSwap endian_swap,const PValue src,const GPRVector dst,uint32_t offset,bool is_mega_fetch,uint32_t mega_fetch_count,uint32_t buffer_id,uint32_t semantic_id,EBufferIndexMode buffer_index_mode,bool uncached,bool indexed,int array_base,int array_size,int elm_size,PValue buffer_offset,const std::array<int,4> & dest_swizzle) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_dump.cpp477 static const char * fetch_type[] = {"VERTEX", "INSTANCE", ""}; local in function:r600_sb::bc_dump::dump
521 s << " " << fetch_type[n.bc.fetch_type];
H A Dsb_bc_builder.cpp614 .FETCH_TYPE(bc.fetch_type)
626 .FETCH_TYPE(bc.fetch_type)
H A Dsb_bc_decoder.cpp589 bc.fetch_type = w0.get_FETCH_TYPE();
601 bc.fetch_type = w0.get_FETCH_TYPE();
H A Dsb_bc.h566 unsigned fetch_type:2; member in struct:r600_sb::bc_fetch
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_dump.cpp479 static const char * fetch_type[] = {"VERTEX", "INSTANCE", ""}; local in function:r600_sb::bc_dump::dump
523 s << " " << fetch_type[n.bc.fetch_type];
H A Dsb_bc_builder.cpp614 .FETCH_TYPE(bc.fetch_type)
626 .FETCH_TYPE(bc.fetch_type)
H A Dsb_bc_decoder.cpp590 bc.fetch_type = w0.get_FETCH_TYPE();
602 bc.fetch_type = w0.get_FETCH_TYPE();
H A Dsb_bc.h600 unsigned fetch_type:2; member in struct:r600_sb::bc_fetch
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.h101 unsigned fetch_type; member in struct:r600_bytecode_vtx
H A Dr600_asm.c1552 S_SQ_VTX_WORD0_FETCH_TYPE(vtx->fetch_type) |
2357 const char * fetch_type[] = {"VERTEX", "INSTANCE", ""}; local in function:r600_bytecode_disasm
2383 fprintf(stderr, "%s ", fetch_type[vtx->fetch_type]);
2711 vtx.fetch_type = elements[i].instance_divisor ? SQ_VTX_FETCH_INSTANCE_DATA : SQ_VTX_FETCH_VERTEX_DATA;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.h105 unsigned fetch_type; member in struct:r600_bytecode_vtx
H A Dr600_asm.c1559 S_SQ_VTX_WORD0_FETCH_TYPE(vtx->fetch_type) |
2364 const char * fetch_type[] = {"VERTEX", "INSTANCE", ""}; local in function:r600_bytecode_disasm
2390 fprintf(stderr, "%s ", fetch_type[vtx->fetch_type]);
2719 vtx.fetch_type = elements[i].instance_divisor ? SQ_VTX_FETCH_INSTANCE_DATA : SQ_VTX_FETCH_VERTEX_DATA;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c731 struct lp_type fetch_type = vs_type; local in function:fetch_vector
764 fetch_type = lp_type_int_vec(vs_type.width, vs_type.width * vs_type.length);
767 fetch_type = lp_type_uint_vec(vs_type.width, vs_type.width * vs_type.length);
772 fetch_type, FALSE, map_ptr, offset,

Completed in 50 milliseconds

12