Home
last modified time | relevance | path

Searched refs:texture_type (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c48 LLVMTypeRef texture_type; in lp_jit_create_types() local
71 texture_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types()
74 LLVMAddTypeName(gallivm->module, "texture", texture_type); in lp_jit_create_types()
76 LLVMInvalidateStructLayout(gallivm->target, texture_type); in lp_jit_create_types()
80 gallivm->target, texture_type, in lp_jit_create_types()
83 gallivm->target, texture_type, in lp_jit_create_types()
86 gallivm->target, texture_type, in lp_jit_create_types()
89 gallivm->target, texture_type, in lp_jit_create_types()
92 gallivm->target, texture_type, in lp_jit_create_types()
95 gallivm->target, texture_type, in lp_jit_create_types()
[all …]
/external/mesa3d/src/egl/main/
Deglsurface.c115 EGLint texture_type = EGL_PBUFFER_BIT; in _eglParseSurfaceAttribList() local
127 texture_type |= EGL_PIXMAP_BIT; in _eglParseSurfaceAttribList()
217 if (!(type & texture_type)) { in _eglParseSurfaceAttribList()
235 if (!(type & texture_type)) { in _eglParseSurfaceAttribList()
252 if (!(type & texture_type)) { in _eglParseSurfaceAttribList()
489 EGLint texture_type = EGL_PBUFFER_BIT; in _eglBindTexImage() local
496 texture_type |= EGL_PIXMAP_BIT; in _eglBindTexImage()
498 if (!(surface->Type & texture_type)) { in _eglBindTexImage()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c73 LLVMTypeRef texture_type; in create_jit_texture_type() local
94 texture_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_texture_type()
98 LLVMAddTypeName(gallivm->module, struct_name, texture_type); in create_jit_texture_type()
103 LLVMInvalidateStructLayout(gallivm->target, texture_type); in create_jit_texture_type()
107 target, texture_type, in create_jit_texture_type()
110 target, texture_type, in create_jit_texture_type()
113 target, texture_type, in create_jit_texture_type()
116 target, texture_type, in create_jit_texture_type()
119 target, texture_type, in create_jit_texture_type()
122 target, texture_type, in create_jit_texture_type()
[all …]
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_shader.h104 unsigned texture_type:4; member
Dsvga_shader_dump.c283 switch (sampleinfo.texture_type) { in dump_sampleinfo()