Home
last modified time | relevance | path

Searched refs:phys_dev_ext_props (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp138 phys_dev_ext_props.shading_rate_image_props = shading_rate_image_props; in PostCallRecordCreateDevice()
146 phys_dev_ext_props.mesh_shader_props = mesh_shader_props; in PostCallRecordCreateDevice()
149 stateless_validation->phys_dev_ext_props = this->phys_dev_ext_props; in PostCallRecordCreateDevice()
827 …if (order->sampleLocationCount > phys_dev_ext_props.shading_rate_image_props.shadingRateMaxCoarseS… in ValidateCoarseSampleOrderCustomNV()
834 …order->sampleLocationCount, phys_dev_ext_props.shading_rate_image_props.shadingRateMaxCoarseSample… in ValidateCoarseSampleOrderCustomNV()
841 assert(phys_dev_ext_props.shading_rate_image_props.shadingRateMaxCoarseSamples <= 64); in ValidateCoarseSampleOrderCustomNV()
2805 if (taskCount > phys_dev_ext_props.mesh_shader_props.maxDrawMeshTasksCount) { in manual_PreCallValidateCmdDrawMeshTasksNV()
2811 taskCount, phys_dev_ext_props.mesh_shader_props.maxDrawMeshTasksCount); in manual_PreCallValidateCmdDrawMeshTasksNV()
Dcore_validation.cpp2478 … core_checks->phys_dev_ext_props.max_push_descriptors = push_descriptor_prop.maxPushDescriptors; in PostCallRecordCreateDevice()
2485 core_checks->phys_dev_ext_props.descriptor_indexing_props = descriptor_indexing_props; in PostCallRecordCreateDevice()
2492 core_checks->phys_dev_ext_props.shading_rate_image_props = shading_rate_image_props; in PostCallRecordCreateDevice()
2499 core_checks->phys_dev_ext_props.mesh_shader_props = mesh_shader_props; in PostCallRecordCreateDevice()
2506 core_checks->phys_dev_ext_props.inline_uniform_block_props = inline_uniform_block_props; in PostCallRecordCreateDevice()
2513 core_checks->phys_dev_ext_props.vtx_attrib_divisor_props = vtx_attrib_divisor_props; in PostCallRecordCreateDevice()
2520 core_checks->phys_dev_ext_props.depth_stencil_resolve_props = depth_stencil_resolve_props; in PostCallRecordCreateDevice()
5098 …if (vibdd->divisor > dev_data->phys_dev_ext_props.vtx_attrib_divisor_props.maxVertexAttribDivisor)… in ValidatePipelineVertexDivisors()
5104 …i, j, vibdd->divisor, dev_data->phys_dev_ext_props.vtx_attrib_divisor_props.maxVertexAttribDivisor… in ValidatePipelineVertexDivisors()
5314 …device_data->phys_dev_ext_props.max_push_descriptors, device_data->device_extensions.vk_ext_descri… in PreCallValidateCreateDescriptorSetLayout()
[all …]
Dstateless_validation.h108 DeviceExtensionProperties phys_dev_ext_props = {}; variable
Dcore_validation.h241 DeviceExtensionProperties phys_dev_ext_props = {};