Searched refs:channel_type (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dvk_format_parse.py233 def channel_type(self): member in class:Format
242 return self.is_pure_color() and self.channel_type() == SIGNED
245 return self.is_pure_color() and self.channel_type() == UNSIGNED
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dvk_format_parse.py241 def channel_type(self): member in class:Format
250 return self.is_pure_color() and self.channel_type() == SIGNED
253 return self.is_pure_color() and self.channel_type() == UNSIGNED
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_parse.py249 def channel_type(self): member in class:Format
258 return self.is_pure_color() and self.channel_type() == SIGNED
261 return self.is_pure_color() and self.channel_type() == UNSIGNED
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_parse.py306 def channel_type(self): member in class:Format
315 return self.is_pure_color() and self.channel_type() == SIGNED
318 return self.is_pure_color() and self.channel_type() == UNSIGNED
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformat_parser.py394 def channel_type(self): member in class:Format
490 return _get_datatype(self.channel_type(), self.channel_size())
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformat_parser.py394 def channel_type(self): member in class:Format
490 return _get_datatype(self.channel_type(), self.channel_size())
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c1205 LLVMTypeRef channel_type, unsigned cache_policy,
1223 assert(!use_format || (channel_type != ctx->f16 && channel_type != ctx->i16) ||
1226 LLVMTypeRef type = func > 1 ? LLVMVectorType(channel_type, func) : channel_type;
1241 unsigned inst_offset, LLVMTypeRef channel_type,
1277 channel_type, cache_policy, can_speculate, false, false);
1503 LLVMTypeRef channel_type = local in function:ac_build_opencoded_load_format
1507 ac_build_buffer_load_common(ctx, rsrc, vindex, voffset, tmp, num_channels, channel_type,
1202 ac_build_buffer_load_common(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,unsigned num_channels,LLVMTypeRef channel_type,unsigned cache_policy,bool can_speculate,bool use_format,bool structurized) argument
1239 ac_build_buffer_load(struct ac_llvm_context * ctx,LLVMValueRef rsrc,int num_channels,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,unsigned inst_offset,LLVMTypeRef channel_type,unsigned cache_policy,bool can_speculate,bool allow_smem) argument
H A Dac_llvm_build.h265 unsigned inst_offset, LLVMTypeRef channel_type,
H A Dac_nir_to_llvm.c4180 LLVMTypeRef channel_type; local in function:visit_intrinsic
4182 channel_type = ctx->ac.i8;
4184 channel_type = ctx->ac.i16;
4186 channel_type = ctx->ac.i32;
4188 channel_type = ctx->ac.i64;
4190 channel_type = ctx->ac.i128;
4196 channel_type, cache_policy, reorder, false);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.c1342 LLVMTypeRef channel_type,
1361 LLVMTypeRef type = func > 1 ? LLVMVectorType(channel_type, func) : channel_type;
1336 ac_build_llvm8_buffer_load_common(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,unsigned num_channels,LLVMTypeRef channel_type,bool glc,bool slc,bool can_speculate,bool use_format,bool structurized) argument

Completed in 28 milliseconds