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

/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/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/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/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) {

Completed in 757 milliseconds