| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_jit.c | 147 LLVMTypeRef image_type; local in function:create_jit_image_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/dist/src/vulkan/util/ |
| H A D | vk_image.h | 38 VkImageType image_type; member in struct:vk_image
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_gather_info.c | 849 const struct glsl_type *image_type = glsl_without_array(var->type); local in function:nir_shader_gather_info
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_image.c | 431 static unsigned radv_tex_dim(VkImageType image_type, VkImageViewType view_type, argument
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/clc/ |
| H A D | clc_compiler.c | 72 lower_read_only_image_deref(nir_builder * b,struct clc_image_lower_context * context,nir_alu_type image_type) argument 87 lower_read_write_image_deref(nir_builder * b,struct clc_image_lower_context * context,nir_alu_type image_type) argument
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_image.c | 838 radv_tex_dim(VkImageType image_type, VkImageViewType view_type, unsigned nr_layers, argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | spirv_builder.c | 1233 spirv_builder_type_sampled_image(struct spirv_builder *b, SpvId image_type) argument
|
| H A D | nir_to_spirv.c | 837 SpvId image_type = get_bare_image_type(ctx, var, is_sampler); local in function:get_image_type 849 SpvId image_type = get_bare_image_type(ctx, var, is_sampler); local in function:emit_image 3247 SpvId image_type = bindless ? get_bare_image_type(ctx, bindless_var, true) : ctx->sampler_types[texture_index]; local in function:emit_tex [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_compiler.c | 1066 const struct glsl_type *image_type = glsl_image_type(dim, false, GLSL_TYPE_FLOAT); local in function:create_bindless_image
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 2117 const struct glsl_type *image_type = sampled.type->type; local in function:vtn_handle_texture
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_meta_copy.c | 1861 get_copy_texel_buffer_pipeline(struct v3dv_device * device,VkFormat format,VkColorComponentFlags cmask,VkComponentMapping * cswizzle,VkImageType image_type,bool is_layered,struct v3dv_meta_texel_buffer_copy_pipeline ** pipeline) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 5639 struct vtn_type *image_type = vtn_get_value_type(b, w[3]); local in function:vtn_handle_body_instruction
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 259 LLVMTypeRef image_type; local in function:create_jit_image_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 726 vb_type, image_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/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 7437 builtin_builder::_image_prototype(const glsl_type *image_type, argument 7485 _image_size_prototype(const glsl_type * image_type,unsigned,unsigned) argument 7525 _image_samples_prototype(const glsl_type * image_type,unsigned,unsigned) argument 7550 _image(image_prototype_ctr prototype,const glsl_type * image_type,const char * intrinsic_name,unsigned num_arguments,unsigned flags,enum ir_intrinsic_id id) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 6903 builtin_builder::_image_prototype(const glsl_type *image_type, argument 6951 _image_size_prototype(const glsl_type * image_type,unsigned,unsigned) argument 6991 _image_samples_prototype(const glsl_type * image_type,unsigned,unsigned) argument 7016 _image(image_prototype_ctr prototype,const glsl_type * image_type,const char * intrinsic_name,unsigned num_arguments,unsigned flags,enum ir_intrinsic_id id) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| H A D | cl.h | 131 cl_mem_object_type image_type; member in struct:_cl_image_desc
|
| /xsrc/external/mit/MesaLib/dist/include/CL/ |
| H A D | cl.h | 127 cl_mem_object_type image_type; member in struct:_cl_image_desc
|