| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3d_format_table.h | 37 uint8_t tex_type; member
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_formats.c | 52 uint8_t tex_type; member
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_texture.c | 127 tex_type(unsigned target) in tex_type() function
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_nir.c | 617 const struct glsl_type *tex_type = in dzn_nir_blit_fs() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_manager.c | 831 st_context_teximage(struct st_context_iface *stctxi, enum st_texture_type tex_type, int level, enum pipe_format pipe_format, struct pipe_resource *tex, bool mipmap) st_context_teximage() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A 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; CreateTexture2DR() local 484 GLenum tex_type = Type().find('u') != std::string::npos ? GL_UNSIGNED_INT : GL_INT; CreateTexture2DInt() local 515 GLenum tex_type = Type().find('u') != std::string::npos ? GL_UNSIGNED_INT : GL_INT; CreateTexture2DArrayInt() local 584 GLenum tex_type = Type().find('u') != std::string::npos ? GL_UNSIGNED_INT : GL_INT; CreateTextureCubeInt() local 678 GLenum tex_type = GL_UNSIGNED_BYTE; CreateTextureSRGB() local 714 GLenum tex_type = InternalFormat() == GL_SRGB8_ALPHA8 ? GL_UNSIGNED_BYTE : GL_FLOAT; CreateTexture2D() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A 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; CreateTexture2DR() local [all...] |
| H A D | gl4cEnhancedLayoutsTests.cpp | 3264 void Texture::Init(TYPES tex_type, GLuint width, GLuint height, GLuint depth, GLenum internal_format, GLenum format, in Init() argument 3345 void Texture::Bind(const Functions& gl, GLuint id, TYPES tex_type) in Bind() argument 3380 void Texture::Get(const Functions& gl, TYPES tex_type, GLenu argument 3434 Storage(const Functions& gl, TYPES tex_type, GLuint width, GLuint height, GLuint depth, GLenum internal_format) Storage() argument 3486 Update(const Functions& gl, TYPES tex_type, GLuint width, GLuint height, GLuint depth, GLenum format, GLenum type, GLvoid* data) Update() argument [all...] |
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_meta_copy.c | 3090 build_nir_tex_op_read(struct nir_builder *b, nir_ssa_def *tex_pos, enum glsl_base_type tex_type, enum glsl_sampler_dim dim) build_nir_tex_op_read() argument 3124 build_nir_tex_op_ms_fetch_sample(struct nir_builder *b, nir_variable *sampler, nir_ssa_def *tex_deref, enum glsl_base_type tex_type, nir_ssa_def *tex_pos, nir_ssa_def *sample_idx) build_nir_tex_op_ms_fetch_sample() argument 3153 build_nir_tex_op_ms_resolve(struct nir_builder *b, nir_ssa_def *tex_pos, enum glsl_base_type tex_type, VkSampleCountFlagBits src_samples) build_nir_tex_op_ms_resolve() argument 3191 build_nir_tex_op_ms_read(struct nir_builder *b, nir_ssa_def *tex_pos, enum glsl_base_type tex_type) build_nir_tex_op_ms_read() argument 3210 build_nir_tex_op(struct nir_builder *b, struct v3dv_device *device, nir_ssa_def *tex_pos, enum glsl_base_type tex_type, VkSampleCountFlagBits dst_samples, VkSampleCountFlagBits src_samples, enum glsl_sampler_dim dim) build_nir_tex_op() argument [all...] |
| H A D | v3dv_private.h | 556 uint8_t tex_type; member
|
| /third_party/mesa3d/src/gallium/auxiliary/nir/ |
| H A 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/ |
| H A 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
|