Home
last modified time | relevance | path

Searched refs:channel_type (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
Ddsfdec.c71 unsigned int channel_type; in dsf_read_header() local
104 channel_type = avio_rl32(pb); in dsf_read_header()
105 if (channel_type < FF_ARRAY_ELEMS(dsf_channel_layout)) in dsf_read_header()
106 st->codecpar->channel_layout = dsf_channel_layout[channel_type]; in dsf_read_header()
108 avpriv_request_sample(s, "channel type %i", channel_type); in dsf_read_header()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Danon_enum_trait.hpp8 typedef value_type channel_type; typedef in DataType
/third_party/mesa3d/src/util/format/
Du_format_parse.py306 def channel_type(self): member in Format
315 return self.is_pure_color() and self.channel_type() == SIGNED
318 return self.is_pure_color() and self.channel_type() == UNSIGNED
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py394 def channel_type(self): member in Format
490 return _get_datatype(self.channel_type(), self.channel_size())
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c1268 LLVMTypeRef channel_type, unsigned cache_policy, in ac_build_buffer_load_common() argument
1286 assert(!use_format || (channel_type != ctx->f16 && channel_type != ctx->i16) || in ac_build_buffer_load_common()
1289 LLVMTypeRef type = func > 1 ? LLVMVectorType(channel_type, func) : channel_type; in ac_build_buffer_load_common()
1304 LLVMTypeRef channel_type, unsigned cache_policy, in ac_build_buffer_load() argument
1338 channel_type, cache_policy, can_speculate, false, false); in ac_build_buffer_load()
1559 LLVMTypeRef channel_type = in ac_build_opencoded_load_format() local
1563 ac_build_buffer_load_common(ctx, rsrc, vindex, voffset, tmp, num_channels, channel_type, in ac_build_opencoded_load_format()
Dac_llvm_build.h266 LLVMTypeRef channel_type, unsigned cache_policy,
Dac_nir_to_llvm.c4204 LLVMTypeRef channel_type; in visit_intrinsic() local
4206 channel_type = ctx->ac.i8; in visit_intrinsic()
4208 channel_type = ctx->ac.i16; in visit_intrinsic()
4210 channel_type = ctx->ac.i32; in visit_intrinsic()
4212 channel_type = ctx->ac.i64; in visit_intrinsic()
4214 channel_type = ctx->ac.i128; in visit_intrinsic()
4221 addr_soffset, channel_type, cache_policy, reorder, false); in visit_intrinsic()