Home
last modified time | relevance | path

Searched defs:is_compressed (Results 1 – 11 of 11) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cGetTextureSubImageTests.cpp848 void gl4cts::GetTextureSubImage::Functional::prepare(glw::GLenum target, bool is_compressed) in prepare()
976 bool gl4cts::GetTextureSubImage::Functional::check(glw::GLenum target, bool is_compressed) in check()
Dgl4cDirectStateAccessTexturesTests.cpp9506 glw::GLint is_compressed = 0; in Prepare() local
/external/mesa3d/src/asahi/layout/tests/
Dtest-generated.cpp37 bool is_compressed; member
/external/rust/android-crates-io/crates/sec1/src/
Dpoint.rs171 pub fn is_compressed(&self) -> bool { in is_compressed() function
508 pub fn is_compressed(self) -> bool { in is_compressed() method
/external/mesa3d/src/mesa/main/
Dformat_parser.py369 def is_compressed(self): member in Format
Dtexgetimage.c285 bool is_compressed, uint8_t *rebaseSwizzle) in teximage_needs_rebase()
/external/mesa3d/src/util/format/
Du_format_parse.py399 def is_compressed(self): member in Format
/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp1190 instruction_scheduler::is_compressed(const fs_inst *inst) in is_compressed() function in instruction_scheduler
/external/mesa3d/src/intel/compiler/elk/
Delk_schedule_instructions.cpp1168 elk_fs_instruction_scheduler::is_compressed(const elk_fs_inst *inst) in is_compressed() function in elk_fs_instruction_scheduler
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp4194 … glw::GLenum type, bool is_compressed,
4236 glw::GLenum type, bool is_compressed)
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c349 enum pipe_format src_format, bool is_compressed, in st_pbo_get_dst_format()