Home
last modified time | relevance | path

Searched defs:fetch_type (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_soa.c428 struct lp_type fetch_type; in lp_build_fetch_rgba_soa() local
496 struct lp_type fetch_type, gather_type = type; in lp_build_fetch_rgba_soa() local
688 struct lp_type fetch_type = lp_type_uint(type.width); in lp_build_fetch_rgba_soa() local
713 struct lp_type fetch_type = lp_type_uint(type.width); in lp_build_fetch_rgba_soa() local
Dlp_bld_format_aos.c505 struct lp_type fetch_type; in lp_build_fetch_rgba_aos() local
540 struct lp_type fetch_type, conv_type; in lp_build_fetch_rgba_aos() local
Dlp_bld_sample_aos.c397 struct lp_type fetch_type; in lp_build_sample_fetch_image_nearest() local
655 struct lp_type fetch_type; in lp_build_sample_fetch_image_linear() local
Dlp_bld_gather.c421 struct lp_type fetch_type, fetch_dst_type; in lp_build_gather() local
Dlp_bld_format_yuv.c494 struct lp_type fetch_type; in lp_build_fetch_subsampled_rgba_aos() local
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_fetch.h83 EVFetchType fetch_type() const { return m_fetch_type;} in fetch_type() function
Dsfn_instruction_fetch.cpp80 EVFetchType fetch_type, in FetchInstruction()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_dump.cpp479 static const char * fetch_type[] = {"VERTEX", "INSTANCE", ""}; in dump() local
Dsb_bc.h600 unsigned fetch_type:2; member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h105 unsigned fetch_type; member
Dr600_asm.c2359 const char * fetch_type[] = {"VERTEX", "INSTANCE", ""}; in r600_bytecode_disasm() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1080 struct lp_type fetch_type = vs_type; in fetch_vector() local