Searched refs:is_compressed (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformat_info.py65 if fmat.is_compressed():
103 if fmat.is_compressed():
H A Dformat_parser.py369 def is_compressed(self): member in class:Format
448 if self.is_compressed():
H A Dtexgetimage.c275 bool is_compressed, uint8_t *rebaseSwizzle)
292 } else if (!is_compressed &&
274 teximage_needs_rebase(mesa_format texFormat,GLenum baseFormat,bool is_compressed,uint8_t * rebaseSwizzle) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformat_info.py63 if fmat.is_compressed():
101 if fmat.is_compressed():
H A Dformat_parser.py369 def is_compressed(self): member in class:Format
448 if self.is_compressed():
H A Dtexgetimage.c282 bool is_compressed, uint8_t *rebaseSwizzle)
299 } else if (!is_compressed &&
281 teximage_needs_rebase(mesa_format texFormat,GLenum baseFormat,bool is_compressed,uint8_t * rebaseSwizzle) argument
/xsrc/external/mit/libXpm/dist/test/
H A DXpmWrite.c53 is_compressed(const char *filepath) function in typeref:typename:gboolean
97 if (is_compressed(newfilepath)) {
191 if (is_compressed(newfilepath)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_parse.py190 def is_compressed(self): member in class:Format
205 return self.is_compressed() and not ('FLOAT' in self.name or self.is_snorm())
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_parse.py247 def is_compressed(self): member in class:Format
262 return self.is_compressed() and not ('FLOAT' in self.name or self.is_snorm())
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_schedule_instructions.cpp669 bool is_compressed(fs_inst *inst);
1061 fs_instruction_scheduler::is_compressed(fs_inst *inst) function in class:fs_instruction_scheduler
1163 if (is_compressed(inst)) {
1287 if (is_compressed(inst)) {
1650 if (is_compressed((fs_inst *)inst))
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_schedule_instructions.cpp738 bool is_compressed(const fs_inst *inst);
1131 fs_instruction_scheduler::is_compressed(const fs_inst *inst) function in class:fs_instruction_scheduler
1233 if (is_compressed(inst)) {
1360 if (is_compressed(inst)) {
1733 if (is_compressed(inst))
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c289 enum pipe_format src_format, bool is_compressed,
304 if (!is_compressed) {
288 get_dst_format(struct gl_context * ctx,enum pipe_texture_target target,enum pipe_format src_format,bool is_compressed,GLenum format,GLenum type,unsigned bind) argument
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst2002 fs_instruction_scheduler::is_compressed().

Completed in 30 milliseconds