HomeSort by relevance Sort by last modified time
    Searched refs:fetch_type (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 395 struct lp_type fetch_type, fetch_dst_type; local
430 fetch_type = lp_type_float_vec(dst_type.width, src_width);
432 fetch_type = lp_type_int_vec(dst_type.width, src_width);
435 src_type = LLVMVectorType(lp_build_elem_type(gallivm, fetch_type),
436 fetch_type.length);
437 fetch_dst_type = fetch_type;
443 fetch_type = lp_type_float(src_width);
445 fetch_type = lp_type_int(src_width);
447 src_type = lp_build_vec_type(gallivm, fetch_type);
448 fetch_dst_type = fetch_type;
    [all...]
lp_bld_format_soa.c 426 struct lp_type fetch_type; local
452 fetch_type = lp_type_uint(type.width);
456 fetch_type,
494 struct lp_type fetch_type, gather_type = type; local
592 fetch_type = lp_type_float_vec(64, gather_type.width);
594 fetch_type = lp_type_int_vec(32, gather_type.width);
602 fetch_type = lp_type_float(gather_type.width);
604 fetch_type = lp_type_uint(gather_type.width);
611 fetch_type, aligned,
681 struct lp_type fetch_type = lp_type_uint(type.width) local
706 struct lp_type fetch_type = lp_type_uint(type.width); local
    [all...]
lp_bld_format_aos.c 502 struct lp_type fetch_type; local
510 fetch_type = lp_type_uint(type.width*4);
512 format_desc->block.bits, fetch_type,
537 struct lp_type fetch_type, conv_type; local
541 fetch_type = lp_type_uint(type.width*4);
548 format_desc->block.bits, fetch_type,
lp_bld_format_yuv.c 494 struct lp_type fetch_type; local
501 fetch_type = lp_type_uint(32);
502 packed = lp_build_gather(gallivm, n, 32, fetch_type, TRUE, base_ptr, offset, FALSE);
lp_bld_sample_aos.c 582 struct lp_type fetch_type; local
587 fetch_type = lp_type_uint(bld->texel_type.width);
596 fetch_type,
930 struct lp_type fetch_type; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_dump.cpp 453 static const char * fetch_type[] = {"VERTEX", "INSTANCE", ""}; local
488 s << " " << fetch_type[n.bc.fetch_type]; local
sb_bc_builder.cpp 570 .FETCH_TYPE(bc.fetch_type)
582 .FETCH_TYPE(bc.fetch_type)
sb_bc_decoder.cpp 535 bc.fetch_type = w0.get_FETCH_TYPE();
547 bc.fetch_type = w0.get_FETCH_TYPE();
sb_bc.h 565 unsigned fetch_type:2; member in struct:r600_sb::bc_fetch
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 100 unsigned fetch_type; member in struct:r600_bytecode_vtx
r600_asm.c 2257 const char * fetch_type[] = {"VERTEX", "INSTANCE", ""}; local
    [all...]
r600_shader.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 727 struct lp_type fetch_type = vs_type; local
760 fetch_type = lp_type_int_vec(vs_type.width, vs_type.width * vs_type.length);
763 fetch_type = lp_type_uint_vec(vs_type.width, vs_type.width * vs_type.length);
768 fetch_type, FALSE, map_ptr, offset,
    [all...]

Completed in 780 milliseconds