Home
last modified time | relevance | path

Searched defs:tex_type (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_format_table.h37 uint8_t tex_type; member
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_formats.c52 uint8_t tex_type; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.c127 tex_type(unsigned target) in tex_type() function
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_nir.c617 const struct glsl_type *tex_type = in dzn_nir_blit_fs() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c831 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 Des31cTextureGatherTests.cpp374 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 Dgl4cTextureGatherTests.cpp441 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 Dgl4cEnhancedLayoutsTests.cpp3264 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 Dv3dv_meta_copy.c3090 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 Dv3dv_private.h556 uint8_t tex_type; member
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c997 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 Dtu_cmd_buffer.c1135 enum a6xx_tex_type tex_type = (dst[2] & A6XX_TEX_CONST_2_TYPE__MASK) >> in tu_emit_input_attachments() local

Completed in 43 milliseconds