| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | format_info.py | 65 if fmat.is_compressed(): 103 if fmat.is_compressed():
|
| H A D | format_parser.py | 369 def is_compressed(self): member in class:Format 448 if self.is_compressed():
|
| H A D | texgetimage.c | 275 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 D | format_info.py | 63 if fmat.is_compressed(): 101 if fmat.is_compressed():
|
| H A D | format_parser.py | 369 def is_compressed(self): member in class:Format 448 if self.is_compressed():
|
| H A D | texgetimage.c | 282 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 D | XpmWrite.c | 53 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 D | u_format_parse.py | 190 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 D | u_format_parse.py | 247 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 D | brw_schedule_instructions.cpp | 669 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 D | brw_schedule_instructions.cpp | 738 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 D | st_cb_texture.c | 289 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 D | 20.1.0.rst | 2002 fs_instruction_scheduler::is_compressed().
|