Lines Matching refs:RADV_FROM_HANDLE

95    RADV_FROM_HANDLE(radv_device, device, _device);  in radv_CreateDescriptorSetLayout()
342 RADV_FROM_HANDLE(radv_device, device, _device); in radv_DestroyDescriptorSetLayout()
343 RADV_FROM_HANDLE(radv_descriptor_set_layout, set_layout, _set_layout); in radv_DestroyDescriptorSetLayout()
474 RADV_FROM_HANDLE(radv_device, device, _device); in radv_CreatePipelineLayout()
494 RADV_FROM_HANDLE(radv_descriptor_set_layout, set_layout, pCreateInfo->pSetLayouts[set]); in radv_CreatePipelineLayout()
537 RADV_FROM_HANDLE(radv_device, device, _device); in radv_DestroyPipelineLayout()
538 RADV_FROM_HANDLE(radv_pipeline_layout, pipeline_layout, _pipelineLayout); in radv_DestroyPipelineLayout()
717 RADV_FROM_HANDLE(radv_device, device, _device); in radv_CreateDescriptorPool()
853 RADV_FROM_HANDLE(radv_device, device, _device); in radv_DestroyDescriptorPool()
854 RADV_FROM_HANDLE(radv_descriptor_pool, pool, _pool); in radv_DestroyDescriptorPool()
866 RADV_FROM_HANDLE(radv_device, device, _device); in radv_ResetDescriptorPool()
867 RADV_FROM_HANDLE(radv_descriptor_pool, pool, descriptorPool); in radv_ResetDescriptorPool()
886 RADV_FROM_HANDLE(radv_device, device, _device); in radv_AllocateDescriptorSets()
887 RADV_FROM_HANDLE(radv_descriptor_pool, pool, pAllocateInfo->descriptorPool); in radv_AllocateDescriptorSets()
899 RADV_FROM_HANDLE(radv_descriptor_set_layout, layout, pAllocateInfo->pSetLayouts[i]); in radv_AllocateDescriptorSets()
931 RADV_FROM_HANDLE(radv_device, device, _device); in radv_FreeDescriptorSets()
932 RADV_FROM_HANDLE(radv_descriptor_pool, pool, descriptorPool); in radv_FreeDescriptorSets()
935 RADV_FROM_HANDLE(radv_descriptor_set, set, pDescriptorSets[i]); in radv_FreeDescriptorSets()
948 RADV_FROM_HANDLE(radv_buffer_view, buffer_view, _buffer_view); in write_texel_buffer_descriptor()
970 RADV_FROM_HANDLE(radv_buffer, buffer, buffer_info->buffer); in write_buffer_descriptor()
1032 RADV_FROM_HANDLE(radv_buffer, buffer, buffer_info->buffer); in write_dynamic_buffer_descriptor()
1067 RADV_FROM_HANDLE(radv_image_view, iview, image_info->imageView); in write_image_descriptor()
1103 RADV_FROM_HANDLE(radv_sampler, sampler, image_info->sampler); in write_combined_image_sampler_descriptor()
1112 RADV_FROM_HANDLE(radv_sampler, sampler, image_info->sampler); in write_sampler_descriptor()
1120 RADV_FROM_HANDLE(radv_acceleration_structure, accel_struct, _accel_struct); in write_accel_struct()
1135 RADV_FROM_HANDLE(radv_descriptor_set, set, in radv_update_descriptor_sets()
1228 RADV_FROM_HANDLE(radv_descriptor_set, src_set, copyset->srcSet); in radv_update_descriptor_sets()
1229 RADV_FROM_HANDLE(radv_descriptor_set, dst_set, copyset->dstSet); in radv_update_descriptor_sets()
1299 RADV_FROM_HANDLE(radv_device, device, _device); in radv_UpdateDescriptorSets()
1311 RADV_FROM_HANDLE(radv_device, device, _device); in radv_CreateDescriptorUpdateTemplate()
1312 RADV_FROM_HANDLE(radv_descriptor_set_layout, set_layout, pCreateInfo->descriptorSetLayout); in radv_CreateDescriptorUpdateTemplate()
1328 RADV_FROM_HANDLE(radv_pipeline_layout, pipeline_layout, pCreateInfo->pipelineLayout); in radv_CreateDescriptorUpdateTemplate()
1405 RADV_FROM_HANDLE(radv_device, device, _device); in radv_DestroyDescriptorUpdateTemplate()
1406 RADV_FROM_HANDLE(radv_descriptor_update_template, templ, descriptorUpdateTemplate); in radv_DestroyDescriptorUpdateTemplate()
1422 RADV_FROM_HANDLE(radv_descriptor_update_template, templ, descriptorUpdateTemplate); in radv_update_descriptor_set_with_template()
1502 RADV_FROM_HANDLE(radv_device, device, _device); in radv_UpdateDescriptorSetWithTemplate()
1503 RADV_FROM_HANDLE(radv_descriptor_set, set, descriptorSet); in radv_UpdateDescriptorSetWithTemplate()
1514 RADV_FROM_HANDLE(radv_device, device, _device); in radv_CreateSamplerYcbcrConversion()
1541 RADV_FROM_HANDLE(radv_device, device, _device); in radv_DestroySamplerYcbcrConversion()
1542 RADV_FROM_HANDLE(radv_sampler_ycbcr_conversion, ycbcr_conversion, ycbcrConversion); in radv_DestroySamplerYcbcrConversion()