Searched refs:texture_type (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 48 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/ |
D | eglsurface.c | 115 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/ |
D | draw_llvm.c | 73 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/ |
D | svga_shader.h | 104 unsigned texture_type:4; member
|
D | svga_shader_dump.c | 283 switch (sampleinfo.texture_type) { in dump_sampleinfo()
|