| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_jit.c | 49 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 D | lp_jit.c | 49 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 D | eglsurface.c | 58 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 D | eglsurface.c | 58 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 D | lima_texture.h | 46 uint32_t texture_type: 3; member in struct:__anon2784f75f0108
|
| H A D | lima_texture.c | 133 desc->texture_type = LIMA_TEXTURE_TYPE_2D; 136 desc->texture_type = LIMA_TEXTURE_TYPE_CUBE;
|
| H A D | lima_parser.c | 738 fprintf(fp, "\t texture_type: 0x%x (%d)\n", desc->texture_type, desc->texture_type);
|
| H A D | lima_job.c | 398 td->texture_type = LIMA_TEXTURE_TYPE_2D;
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dvx_image.c | 103 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 D | svga_shader.h | 104 unsigned texture_type:4; member in struct:sh_sampleinfo
|
| H A D | svga_shader_dump.c | 286 switch (sampleinfo.texture_type) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/ |
| H A D | svga_shader.h | 104 unsigned texture_type:4; member in struct:sh_sampleinfo
|
| H A D | svga_shader_dump.c | 286 switch (sampleinfo.texture_type) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 119 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 D | draw_llvm.c | 148 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 D | v3dx_state.c | 1100 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 D | v3dx_state.c | 957 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,
|