Home
last modified time | relevance | path

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

/third_party/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.c420 struct lp_type fetch_type, fetch_dst_type; in lp_build_gather() local
Dlp_bld_format_yuv.c569 struct lp_type fetch_type; in lp_build_fetch_subsampled_rgba_aos() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_linear_llvm.c397 LLVMTypeRef fetch_type = LLVMPointerType(variant->jit_linear_func_type, 0); in llvmpipe_fs_variant_linear_llvm() local
435 LLVMTypeRef fetch_type = LLVMPointerType(variant->jit_linear_func_type, 0); in llvmpipe_fs_variant_linear_llvm() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_fetch.cpp25 EVFetchType fetch_type, in FetchInstr()
304 EVFetchType fetch_type = vertex_data; in from_string_impl() local
Dsfn_instr_fetch.h64 EVFetchType fetch_type() const { return m_fetch_type; } in fetch_type() function
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h96 unsigned fetch_type; member
Dr600_asm.c2531 const char * fetch_type[] = {"VERTEX", "INSTANCE", ""}; in r600_bytecode_disasm() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c706 struct lp_type fetch_type = vs_type; in fetch_vector() local