/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_format_table.h | 37 uint8_t tex_type; member
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cTextureGatherTests.cpp | 374 GLenum tex_type = GL_FLOAT; in CreateTexture2DRgb() local 411 GLenum tex_type = GL_FLOAT; in CreateTexture2DRg() local 449 GLenum tex_type = GL_FLOAT; in CreateTexture2DR() local 484 GLenum tex_type = Type().find('u') != std::string::npos ? GL_UNSIGNED_INT : GL_INT; in CreateTexture2DInt() local 515 GLenum tex_type = Type().find('u') != std::string::npos ? GL_UNSIGNED_INT : GL_INT; in CreateTexture2DArrayInt() local 584 GLenum tex_type = Type().find('u') != std::string::npos ? GL_UNSIGNED_INT : GL_INT; in CreateTextureCubeInt() local 678 GLenum tex_type = GL_UNSIGNED_BYTE; in CreateTextureSRGB() local 714 GLenum tex_type = InternalFormat() == GL_SRGB8_ALPHA8 ? GL_UNSIGNED_BYTE : GL_FLOAT; in CreateTexture2D() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_texture.c | 127 tex_type(unsigned target) in tex_type() function
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_formats.c | 52 uint8_t tex_type; member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglrenderbuffer.c | 122 guint tex_type; in gst_gl_renderbuffer_init() local
|
D | gstglmemory.c | 138 guint tex_type; in _calculate_unpack_length() local 254 GLenum tex_type; in _gl_tex_create() local
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 3092 enum glsl_base_type tex_type, in build_nir_tex_op_read() 3127 enum glsl_base_type tex_type, in build_nir_tex_op_ms_fetch_sample() 3155 enum glsl_base_type tex_type, in build_nir_tex_op_ms_resolve() 3193 enum glsl_base_type tex_type) in build_nir_tex_op_ms_read() 3213 enum glsl_base_type tex_type, in build_nir_tex_op()
|
D | v3dv_private.h | 556 uint8_t tex_type; member
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_nir.c | 617 const struct glsl_type *tex_type = in dzn_nir_blit_fs() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureGatherTests.cpp | 441 GLenum tex_type = GL_FLOAT; in CreateTexture2DRgb() local 474 GLenum tex_type = GL_FLOAT; in CreateTexture2DRg() local 507 GLenum tex_type = GL_FLOAT; in CreateTexture2DR() local
|
D | gl4cEnhancedLayoutsTests.cpp | 3264 void Texture::Init(TYPES tex_type, GLuint width, GLuint height, GLuint depth, GLenum internal_forma… in Init() 3345 void Texture::Bind(const Functions& gl, GLuint id, TYPES tex_type) in Bind() 3380 void Texture::Get(const Functions& gl, TYPES tex_type, GLenum format, GLenum type, GLvoid* out_data) in Get() 3434 void Texture::Storage(const Functions& gl, TYPES tex_type, GLuint width, GLuint height, GLuint dept… in Storage() 3486 void Texture::Update(const Functions& gl, TYPES tex_type, GLuint width, GLuint height, GLuint depth… in Update()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 832 enum st_texture_type tex_type, in st_context_teximage()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 997 enum tgsi_texture_type tex_type = in ntt_setup_uniforms() local 2709 enum tgsi_return_type tex_type; in ntt_emit_texture() local
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_cmd_buffer.c | 1135 enum a6xx_tex_type tex_type = (dst[2] & A6XX_TEX_CONST_2_TYPE__MASK) >> in tu_emit_input_attachments() local
|