Home
last modified time | relevance | path

Searched defs:tex_type (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_format_table.h37 uint8_t tex_type; member
/external/deqp/external/openglcts/modules/gles31/
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; 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
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c109 tex_type(unsigned target) in tex_type() function
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_formats.c52 uint8_t tex_type; member
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_jit_types.c387 LLVMTypeRef tex_type = LLVMStructGetTypeAtIndex(resources_type, LP_JIT_RES_TEXTURES); in lp_build_llvm_texture_member() local
394 LLVMTypeRef tex_type = LLVMStructGetTypeAtIndex(resources_type, LP_JIT_RES_TEXTURES); in lp_build_llvm_texture_member() local
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c3674 enum glsl_base_type tex_type, in build_nir_tex_op_read()
3706 enum glsl_base_type tex_type, in build_nir_tex_op_ms_fetch_sample()
3729 enum glsl_base_type tex_type, in build_nir_tex_op_ms_resolve()
3767 enum glsl_base_type tex_type) in build_nir_tex_op_ms_read()
3787 enum glsl_base_type tex_type, in build_nir_tex_op()
Dv3dv_private.h612 uint8_t tex_type; member
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureGatherTests.cpp442 GLenum tex_type = GL_FLOAT; in CreateTexture2DRgb() local
475 GLenum tex_type = GL_FLOAT; in CreateTexture2DRg() local
508 GLenum tex_type = GL_FLOAT; in CreateTexture2DR() local
Dgl4cEnhancedLayoutsTests.cpp3267 void Texture::Init(TYPES tex_type, GLuint width, GLuint height, GLuint depth, GLenum internal_forma… in Init()
3348 void Texture::Bind(const Functions &gl, GLuint id, TYPES tex_type) in Bind()
3383 void Texture::Get(const Functions &gl, TYPES tex_type, GLenum format, GLenum type, GLvoid *out_data) in Get()
3437 void Texture::Storage(const Functions &gl, TYPES tex_type, GLuint width, GLuint height, GLuint dept… in Storage()
3489 void Texture::Update(const Functions &gl, TYPES tex_type, GLuint width, GLuint height, GLuint depth… in Update()
/external/mesa3d/src/microsoft/vulkan/
Ddzn_nir.c613 const struct glsl_type *tex_type = in dzn_nir_blit_fs() local
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1050 enum tgsi_texture_type tex_type = in ntt_setup_uniforms() local
2852 enum tgsi_return_type tex_type; in ntt_emit_texture() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dnir_to_rc.c1716 enum tgsi_return_type tex_type; in ntr_emit_texture() local
/external/mesa3d/src/compiler/nir/
Dnir_builder.h2102 nir_tex_type_has_lod(const struct glsl_type *tex_type) in nir_tex_type_has_lod()
/external/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.cc1854 enum a6xx_tex_type tex_type = in tu_emit_input_attachments() local