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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_jit.c49 LLVMTypeRef viewport_type, texture_type, sampler_type; local in function:lp_jit_create_types
86 texture_type = LLVMStructTypeInContext(lc, elem_types,
90 gallivm->target, texture_type,
93 gallivm->target, texture_type,
96 gallivm->target, texture_type,
99 gallivm->target, texture_type,
102 gallivm->target, texture_type,
105 gallivm->target, texture_type,
108 gallivm->target, texture_type,
111 gallivm->target, texture_type,
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_jit.c49 LLVMTypeRef texture_type; local in function:create_jit_texture_type
66 texture_type = LLVMStructTypeInContext(lc, elem_types,
70 gallivm->target, texture_type,
73 gallivm->target, texture_type,
76 gallivm->target, texture_type,
79 gallivm->target, texture_type,
82 gallivm->target, texture_type,
85 gallivm->target, texture_type,
88 gallivm->target, texture_type,
91 gallivm->target, texture_type,
192 LLVMTypeRef viewport_type, texture_type, sampler_type, image_type; local in function:lp_jit_create_types
421 LLVMTypeRef texture_type, sampler_type, image_type; local in function:lp_jit_create_cs_types
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglsurface.c58 EGLint texture_type = EGL_PBUFFER_BIT; local in function:_eglParseSurfaceAttribList
67 texture_type |= EGL_PIXMAP_BIT;
263 if (!(type & texture_type)) {
282 if (!(type & texture_type)) {
300 if (!(type & texture_type)) {
721 EGLint texture_type = EGL_PBUFFER_BIT; local in function:_eglBindTexImage
728 texture_type |= EGL_PIXMAP_BIT;
730 if (!(surface->Type & texture_type))
755 EGLint texture_type = EGL_PBUFFER_BIT; local in function:_eglReleaseTexImage
773 texture_type |
[all...]
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglsurface.c58 EGLint texture_type = EGL_PBUFFER_BIT; local in function:_eglParseSurfaceAttribList
67 texture_type |= EGL_PIXMAP_BIT;
278 if (!(type & texture_type)) {
297 if (!(type & texture_type)) {
315 if (!(type & texture_type)) {
758 EGLint texture_type = EGL_PBUFFER_BIT; local in function:_eglBindTexImage
765 texture_type |= EGL_PIXMAP_BIT;
767 if (!(surface->Type & texture_type))
791 EGLint texture_type = EGL_PBUFFER_BIT; local in function:_eglReleaseTexImage
809 texture_type |
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_texture.h46 uint32_t texture_type: 3; member in struct:__anon2784f75f0108
H A Dlima_texture.c133 desc->texture_type = LIMA_TEXTURE_TYPE_2D;
136 desc->texture_type = LIMA_TEXTURE_TYPE_CUBE;
H A Dlima_parser.c738 fprintf(fp, "\t texture_type: 0x%x (%d)\n", desc->texture_type, desc->texture_type);
H A Dlima_job.c398 td->texture_type = LIMA_TEXTURE_TYPE_2D;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_image.c103 tex.texture_type = image_view->format->tex_type;
183 tex.texture_type = buffer_view->format->tex_type;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h104 unsigned texture_type:4; member in struct:sh_sampleinfo
H A Dsvga_shader_dump.c286 switch (sampleinfo.texture_type) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h104 unsigned texture_type:4; member in struct:sh_sampleinfo
H A Dsvga_shader_dump.c286 switch (sampleinfo.texture_type) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c119 LLVMTypeRef texture_type; local in function:create_jit_texture_type
135 texture_type = LLVMStructTypeInContext(gallivm->context, elem_types,
140 target, texture_type,
143 target, texture_type,
146 target, texture_type,
149 target, texture_type,
152 target, texture_type,
155 target, texture_type,
158 target, texture_type,
161 target, texture_type,
216 create_jit_context_type(struct gallivm_state * gallivm,LLVMTypeRef texture_type,LLVMTypeRef sampler_type,const char * struct_name) argument
266 create_gs_jit_context_type(struct gallivm_state * gallivm,unsigned vector_length,LLVMTypeRef texture_type,LLVMTypeRef sampler_type,const char * struct_name) argument
435 LLVMTypeRef texture_type, sampler_type, context_type, buffer_type, local in function:create_jit_types
2181 LLVMTypeRef texture_type, sampler_type, context_type; local in function:create_gs_jit_types
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c148 LLVMTypeRef texture_type; local in function:create_jit_texture_type
166 texture_type = LLVMStructTypeInContext(gallivm->context, elem_types,
171 target, texture_type,
174 target, texture_type,
177 target, texture_type,
180 target, texture_type,
183 target, texture_type,
186 target, texture_type,
189 target, texture_type,
192 target, texture_type,
311 create_jit_context_type(struct gallivm_state * gallivm,LLVMTypeRef texture_type,LLVMTypeRef sampler_type,LLVMTypeRef image_type,const char * struct_name) argument
377 create_gs_jit_context_type(struct gallivm_state * gallivm,unsigned vector_length,LLVMTypeRef texture_type,LLVMTypeRef sampler_type,LLVMTypeRef image_type,const char * struct_name) argument
557 create_tcs_jit_context_type(struct gallivm_state * gallivm,unsigned vector_length,LLVMTypeRef texture_type,LLVMTypeRef sampler_type,LLVMTypeRef image_type,const char * struct_name) argument
659 create_tes_jit_context_type(struct gallivm_state * gallivm,unsigned vector_length,LLVMTypeRef texture_type,LLVMTypeRef sampler_type,LLVMTypeRef image_type,const char * struct_name) argument
725 LLVMTypeRef texture_type, sampler_type, context_type, buffer_type, local in function:create_jit_types
2707 LLVMTypeRef texture_type, sampler_type, image_type, context_type; local in function:create_gs_jit_types
3093 LLVMTypeRef texture_type, sampler_type, image_type, context_type; local in function:create_tcs_jit_types
3751 LLVMTypeRef texture_type, sampler_type, image_type, context_type; local in function:create_tes_jit_types
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3dx_state.c1100 tex.texture_type = TEXTURE_DATA_FORMAT_RGBA8;
1103 tex.texture_type = TEXTURE_DATA_FORMAT_RGBA16F;
1117 tex.texture_type = v3d_get_tex_format(&screen->devinfo,
1297 tex.texture_type = v3d_get_tex_format(&v3d->screen->devinfo,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3dx_state.c957 tex.texture_type = TEXTURE_DATA_FORMAT_RGBA8;
960 tex.texture_type = TEXTURE_DATA_FORMAT_RGBA16F;
974 tex.texture_type = v3d_get_tex_format(&screen->devinfo,
1329 tex.texture_type = v3d_get_tex_format(&v3d->screen->devinfo,

Completed in 21 milliseconds