Searched refs:texture_type (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_jit.c48 LLVMTypeRef texture_type; local
71 texture_type = LLVMStructTypeInContext(lc, elem_types,
74 LLVMAddTypeName(gallivm->module, "texture", texture_type);
76 LLVMInvalidateStructLayout(gallivm->target, texture_type);
80 gallivm->target, texture_type,
83 gallivm->target, texture_type,
86 gallivm->target, texture_type,
89 gallivm->target, texture_type,
92 gallivm->target, texture_type,
95 gallivm->target, texture_type,
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_jit.c48 LLVMTypeRef texture_type; local
71 texture_type = LLVMStructTypeInContext(lc, elem_types,
74 LLVMAddTypeName(gallivm->module, "texture", texture_type);
76 LLVMInvalidateStructLayout(gallivm->target, texture_type);
80 gallivm->target, texture_type,
83 gallivm->target, texture_type,
86 gallivm->target, texture_type,
89 gallivm->target, texture_type,
92 gallivm->target, texture_type,
95 gallivm->target, texture_type,
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglsurface.c115 EGLint texture_type = EGL_PBUFFER_BIT; local
127 texture_type |= EGL_PIXMAP_BIT;
217 if (!(type & texture_type)) {
235 if (!(type & texture_type)) {
252 if (!(type & texture_type)) {
489 EGLint texture_type = EGL_PBUFFER_BIT; local
496 texture_type |= EGL_PIXMAP_BIT;
498 if (!(surface->Type & texture_type)) {
/external/mesa3d/src/egl/main/
H A Deglsurface.c115 EGLint texture_type = EGL_PBUFFER_BIT; local
127 texture_type |= EGL_PIXMAP_BIT;
217 if (!(type & texture_type)) {
235 if (!(type & texture_type)) {
252 if (!(type & texture_type)) {
489 EGLint texture_type = EGL_PBUFFER_BIT; local
496 texture_type |= EGL_PIXMAP_BIT;
498 if (!(surface->Type & texture_type)) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c73 LLVMTypeRef texture_type; local
94 texture_type = LLVMStructTypeInContext(gallivm->context, elem_types,
98 LLVMAddTypeName(gallivm->module, struct_name, texture_type);
103 LLVMInvalidateStructLayout(gallivm->target, texture_type);
107 target, texture_type,
110 target, texture_type,
113 target, texture_type,
116 target, texture_type,
119 target, texture_type,
122 target, texture_type,
153 create_jit_context_type(struct gallivm_state *gallivm, LLVMTypeRef texture_type, const char *struct_name) argument
290 LLVMTypeRef texture_type, context_type, buffer_type, vb_type; local
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c73 LLVMTypeRef texture_type; local
94 texture_type = LLVMStructTypeInContext(gallivm->context, elem_types,
98 LLVMAddTypeName(gallivm->module, struct_name, texture_type);
103 LLVMInvalidateStructLayout(gallivm->target, texture_type);
107 target, texture_type,
110 target, texture_type,
113 target, texture_type,
116 target, texture_type,
119 target, texture_type,
122 target, texture_type,
153 create_jit_context_type(struct gallivm_state *gallivm, LLVMTypeRef texture_type, const char *struct_name) argument
290 LLVMTypeRef texture_type, context_type, buffer_type, vb_type; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h104 unsigned texture_type:4; member in struct:sh_sampleinfo
H A Dsvga_shader_dump.c283 switch (sampleinfo.texture_type) {
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h104 unsigned texture_type:4; member in struct:sh_sampleinfo
H A Dsvga_shader_dump.c283 switch (sampleinfo.texture_type) {
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils.h138 uint32 internal_format, uint32 texture_type);
H A Dgles2_cmd_utils.cc607 uint32 internal_format, uint32 texture_type) {
618 switch (texture_type) {
606 GetPreferredGLReadPixelsType( uint32 internal_format, uint32 texture_type) argument
/external/chromium_org/gpu/command_buffer/service/
H A Dframebuffer_manager.cc63 virtual GLenum texture_type() const OVERRIDE {
169 virtual GLenum texture_type() const OVERRIDE {
417 return attachment->texture_type();
H A Dframebuffer_manager.h35 virtual GLenum texture_type() const = 0;

Completed in 554 milliseconds