/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_yuv.c | 493 struct lp_type fetch_type; in lp_build_fetch_subsampled_rgba_aos() local
|
H A D | lp_bld_gather.c | 420 struct lp_type fetch_type, fetch_dst_type; in lp_build_gather() local [all...] |
H A D | lp_bld_format_aos.c | 505 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
|
H A D | lp_bld_format_soa.c | 428 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 in lp_build_fetch_rgba_soa() local 713 struct lp_type fetch_type = lp_type_uint(type.width); lp_build_fetch_rgba_soa() local [all...] |
H A D | lp_bld_sample_aos.c | 397 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
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/ |
H A D | mdp_kms.h | 82 enum mdp_fetch_type fetch_type; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/ |
H A D | mdp_kms.h | 87 enum mdp_fetch_type fetch_type; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_dump.cpp | 479 static const char * fetch_type[] = {"VERTEX", "INSTANCE", ""}; in dump() local 523 s << " " << fetch_type[n.bc.fetch_type]; in dump() local
|
H A D | sb_bc.h | 600 unsigned fetch_type:2; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_fetch.h | 84 EVFetchType fetch_type() const {return m_fetch_type;} in fetch_type() function in r600::FetchInstr
|
H A D | sfn_instr_fetch.cpp | 313 EVFetchType fetch_type = vertex_data; in from_string_impl() local 38 FetchInstr(EVFetchInstr opcode, const RegisterVec4& dst, const RegisterVec4::Swizzle& dest_swizzle, PRegister src, uint32_t src_offset, EVFetchType fetch_type, EVTXDataFormat data_format, EVFetchNumFormat num_format, EVFetchEndianSwap endian_swap, uint32_t resource_id, PRegister resource_offset) FetchInstr() argument
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_probe.h | 132 struct fetch_type { struct
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_probe.h | 137 struct fetch_type { struct
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.c | 2446 const char * fetch_type[] = {"VERTEX", "INSTANCE", ""}; in r600_bytecode_disasm() local
|
H A D | r600_asm.h | 105 unsigned fetch_type; member
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 1086 struct lp_type fetch_type = vs_type; in fetch_vector() local
|