Searched defs:desc_type (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_resources.c179 si_load_image_desc(struct si_shader_context * ctx,LLVMValueRef list,LLVMValueRef index,enum ac_descriptor_type desc_type,bool uses_store,bool bindless) argument
244 si_nir_load_sampler_desc(struct ac_shader_abi * abi,unsigned descriptor_set,unsigned base_index,unsigned constant_index,LLVMValueRef dynamic_index,enum ac_descriptor_type desc_type,bool image,bool write,bool bindless) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_descriptor_set.c54 VkDescriptorType desc_type = pCreateInfo->pBindings[j].descriptorType; local in function:lvp_CreateDescriptorSetLayout
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_blit2d.c1265 VkDescriptorType desc_type = (idx == BLIT2D_SRC_TYPE_BUFFER) local in function:meta_blit2d_create_pipe_layout
H A Dradv_nir_to_llvm.c450 uint32_t desc_type = local in function:radv_load_ubo
485 radv_get_sampler_desc(struct ac_shader_abi * abi,unsigned descriptor_set,unsigned base_index,unsigned constant_index,LLVMValueRef index,enum ac_descriptor_type desc_type,bool image,bool write,bool bindless) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c978 si_nir_load_sampler_desc(struct ac_shader_abi * abi,unsigned descriptor_set,unsigned base_index,unsigned constant_index,LLVMValueRef dynamic_index,enum ac_descriptor_type desc_type,bool image,bool write,bool bindless) argument
H A Dsi_shader_tgsi_mem.c177 si_load_image_desc(struct si_shader_context * ctx,LLVMValueRef list,LLVMValueRef index,enum ac_descriptor_type desc_type,bool dcc_off,bool bindless) argument
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_blit2d.c1266 VkDescriptorType desc_type = (idx == BLIT2D_SRC_TYPE_BUFFER) ? VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER : VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE; local in function:meta_blit2d_create_pipe_layout
H A Dradv_nir_to_llvm.c1319 uint32_t desc_type = S_008F0C_DST_SEL_X(V_008F0C_SQ_SEL_X) | local in function:radv_load_resource
1948 radv_get_sampler_desc(struct ac_shader_abi * abi,unsigned descriptor_set,unsigned base_index,unsigned constant_index,LLVMValueRef index,enum ac_descriptor_type desc_type,bool image,bool write,bool bindless) argument
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_descriptor_set.c569 VkDescriptorType desc_type = pCreateInfo->pBindings[j].descriptorType; local in function:v3dv_CreateDescriptorSetLayout
888 write_buffer_descriptor(struct v3dv_descriptor * descriptor,VkDescriptorType desc_type,const VkDescriptorBufferInfo * buffer_info) argument
906 write_image_descriptor(struct v3dv_device * device,struct v3dv_descriptor * descriptor,VkDescriptorType desc_type,struct v3dv_descriptor_set * set,const struct v3dv_descriptor_set_binding_layout * binding_layout,struct v3dv_image_view * iview,struct v3dv_sampler * sampler,uint32_t array_index) argument
944 write_buffer_view_descriptor(struct v3dv_device * device,struct v3dv_descriptor * descriptor,VkDescriptorType desc_type,struct v3dv_descriptor_set * set,const struct v3dv_descriptor_set_binding_layout * binding_layout,struct v3dv_buffer_view * bview,uint32_t array_index) argument
[all...]
H A Dv3dv_pipeline.c603 const VkDescriptorType desc_type = nir_intrinsic_desc_type(instr); local in function:lower_vulkan_resource_index
551 pipeline_get_descriptor_map(struct v3dv_pipeline * pipeline,VkDescriptorType desc_type,gl_shader_stage gl_stage,bool is_sampler) argument
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_print.c879 VkDescriptorType desc_type = nir_intrinsic_desc_type(instr); local in function:print_intrinsic_instr
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_print.c814 VkDescriptorType desc_type = nir_intrinsic_desc_type(instr); local in function:print_intrinsic_instr
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_descriptor_set.c319 VkDescriptorType desc_type = pCreateInfo->pBindings[j].descriptorType; local in function:anv_CreateDescriptorSetLayout
H A Danv_nir_apply_pipeline_layout.c343 desc_addr_format(VkDescriptorType desc_type, argument
361 const VkDescriptorType desc_type = nir_intrinsic_desc_type(intrin); local in function:lower_res_index_intrinsic
444 const VkDescriptorType desc_type = nir_intrinsic_desc_type(intrin); local in function:lower_res_reindex_intrinsic
494 build_ssbo_descriptor_load(const VkDescriptorType desc_type,nir_ssa_def * index,struct apply_pipeline_layout_state * state) argument
550 const VkDescriptorType desc_type = nir_intrinsic_desc_type(intrin); local in function:lower_load_vulkan_descriptor
655 const VkDescriptorType desc_type = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; local in function:lower_get_buffer_size
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_descriptor_set.c149 anv_needs_descriptor_buffer(VkDescriptorType desc_type, argument
374 VkDescriptorType desc_type = pCreateInfo->pBindings[j].descriptorType; local in function:anv_CreateDescriptorSetLayout
H A Danv_nir_apply_pipeline_layout.c63 addr_format_for_desc_type(VkDescriptorType desc_type, argument
435 build_desc_addr(nir_builder * b,const struct anv_descriptor_set_binding_layout * bind_layout,const VkDescriptorType desc_type,nir_ssa_def * index,nir_address_format addr_format,struct apply_pipeline_layout_state * state) argument
499 build_buffer_addr_for_res_index(nir_builder * b,const VkDescriptorType desc_type,nir_ssa_def * res_index,nir_address_format addr_format,struct apply_pipeline_layout_state * state) argument
923 const VkDescriptorType desc_type = nir_intrinsic_desc_type(intrin); local in function:lower_load_vulkan_descriptor
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c2335 get_image_descriptor(struct ac_nir_context * ctx,const nir_intrinsic_instr * instr,enum ac_descriptor_type desc_type,bool write) argument
3490 get_sampler_desc(struct ac_nir_context * ctx,nir_deref_instr * deref_instr,enum ac_descriptor_type desc_type,const nir_instr * instr,bool image,bool write) argument
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c2412 get_image_descriptor(struct ac_nir_context * ctx,const nir_intrinsic_instr * instr,LLVMValueRef dynamic_index,enum ac_descriptor_type desc_type,bool write) argument
4433 get_sampler_desc(struct ac_nir_context * ctx,nir_deref_instr * deref_instr,enum ac_descriptor_type desc_type,const nir_instr * instr,LLVMValueRef index,bool image,bool write) argument
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp5486 uint32_t desc_type = local in function:aco::__anon562fcc110110::visit_load_ubo
5612 uint32_t desc_type = local in function:aco::__anon562fcc110110::visit_load_constant
5745 get_sampler_desc(isel_context * ctx,nir_deref_instr * deref_instr,enum aco_descriptor_type desc_type,const nir_tex_instr * tex_instr,bool write) argument
[all...]
/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_builder_opcodes.h3717 unsigned desc_type; member in struct:_nir_load_vulkan_descriptor_indices
4222 unsigned desc_type; member in struct:_nir_vulkan_resource_index_indices
4226 unsigned desc_type; member in struct:_nir_vulkan_resource_reindex_indices

Completed in 104 milliseconds