Searched refs:phys_dev_ext_props (Results 1 – 6 of 6) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | parameter_validation_utils.cpp | 153 phys_dev_ext_props.shading_rate_image_props = shading_rate_image_props; in PostCallRecordCreateDevice() 161 phys_dev_ext_props.mesh_shader_props = mesh_shader_props; in PostCallRecordCreateDevice() 169 phys_dev_ext_props.ray_tracing_props = ray_tracing_props; in PostCallRecordCreateDevice() 172 stateless_validation->phys_dev_ext_props = this->phys_dev_ext_props; in PostCallRecordCreateDevice() 854 …if (order->sampleLocationCount > phys_dev_ext_props.shading_rate_image_props.shadingRateMaxCoarseS… in ValidateCoarseSampleOrderCustomNV() 861 …order->sampleLocationCount, phys_dev_ext_props.shading_rate_image_props.shadingRateMaxCoarseSample… in ValidateCoarseSampleOrderCustomNV() 868 assert(phys_dev_ext_props.shading_rate_image_props.shadingRateMaxCoarseSamples <= 64); in ValidateCoarseSampleOrderCustomNV() 3147 if (taskCount > phys_dev_ext_props.mesh_shader_props.maxDrawMeshTasksCount) { in manual_PreCallValidateCmdDrawMeshTasksNV() 3153 taskCount, phys_dev_ext_props.mesh_shader_props.maxDrawMeshTasksCount); in manual_PreCallValidateCmdDrawMeshTasksNV() 3385 if (info.geometryCount > phys_dev_ext_props.ray_tracing_props.maxGeometryCount) { in ValidateAccelerationStructureInfoNV() [all …]
|
D | core_validation.cpp | 2628 auto *phys_dev_props = &state_tracker->phys_dev_ext_props; in PostCallRecordCreateDevice() 2652 state_tracker->phys_dev_ext_props.cooperative_matrix_props = cooperative_matrix_props; in PostCallRecordCreateDevice() 2668 state_tracker->phys_dev_ext_props.subgroup_props = subgroup_prop; in PostCallRecordCreateDevice() 5036 … if (vibdd->divisor > phys_dev_ext_props.vtx_attrib_divisor_props.maxVertexAttribDivisor) { in ValidatePipelineVertexDivisors() 5042 … i, j, vibdd->divisor, phys_dev_ext_props.vtx_attrib_divisor_props.maxVertexAttribDivisor); in ValidatePipelineVertexDivisors() 5402 …report_data, pCreateInfo, device_extensions.vk_khr_push_descriptor, phys_dev_ext_props.max_push_de… in PreCallValidateCreateDescriptorSetLayout() 5404 &phys_dev_ext_props.inline_uniform_block_props, &device_extensions); in PreCallValidateCreateDescriptorSetLayout() 5746 phys_dev_ext_props.inline_uniform_block_props.maxPerStageDescriptorInlineUniformBlocks) { in PreCallValidateCreatePipelineLayout() 5752 … phys_dev_ext_props.inline_uniform_block_props.maxPerStageDescriptorInlineUniformBlocks); in PreCallValidateCreatePipelineLayout() 5839 phys_dev_ext_props.inline_uniform_block_props.maxDescriptorSetInlineUniformBlocks) { in PreCallValidateCreatePipelineLayout() [all …]
|
D | buffer_validation.cpp | 1381 …std::max((float)phys_dev_ext_props.fragment_density_map_props.minFragmentDensityTexelSize.width, 1… in PreCallValidateCreateImage() 1390 … phys_dev_ext_props.fragment_density_map_props.minFragmentDensityTexelSize.width, ceiling_width); in PreCallValidateCreateImage() 1395 …std::max((float)phys_dev_ext_props.fragment_density_map_props.minFragmentDensityTexelSize.height, … in PreCallValidateCreateImage() 1404 … phys_dev_ext_props.fragment_density_map_props.minFragmentDensityTexelSize.height, ceiling_height); in PreCallValidateCreateImage() 4039 … phys_dev_ext_props.texel_buffer_alignment_props.storageTexelBufferOffsetAlignmentBytes; in PreCallValidateCreateBufferView() 4040 …if (phys_dev_ext_props.texel_buffer_alignment_props.storageTexelBufferOffsetSingleTexelAlignment) { in PreCallValidateCreateBufferView() 4056 …pCreateInfo->offset, phys_dev_ext_props.texel_buffer_alignment_props.storageTexelBufferOffsetAlign… in PreCallValidateCreateBufferView() 4057 … phys_dev_ext_props.texel_buffer_alignment_props.storageTexelBufferOffsetSingleTexelAlignment); in PreCallValidateCreateBufferView() 4062 … phys_dev_ext_props.texel_buffer_alignment_props.uniformTexelBufferOffsetAlignmentBytes; in PreCallValidateCreateBufferView() 4063 …if (phys_dev_ext_props.texel_buffer_alignment_props.uniformTexelBufferOffsetSingleTexelAlignment) { in PreCallValidateCreateBufferView() [all …]
|
D | shader_validation.cpp | 1713 …const VkSubgroupFeatureFlags supportedOperations = phys_dev_ext_props.subgroup_props.supportedOper… in ValidateShaderCapabilities() 1714 … const VkSubgroupFeatureFlags supportedStages = phys_dev_ext_props.subgroup_props.supportedStages; in ValidateShaderCapabilities() 1823 auto const subgroup_props = phys_dev_ext_props.subgroup_props; in ValidateShaderStageGroupNonUniform() 2187 …if (!(pStage->stage & phys_dev_ext_props.cooperative_matrix_props.cooperativeMatrixSupportedStages… in ValidateCooperativeMatrix() 2192 … phys_dev_ext_props.cooperative_matrix_props.cooperativeMatrixSupportedStages); in ValidateCooperativeMatrix()
|
D | stateless_validation.h | 106 DeviceExtensionProperties phys_dev_ext_props = {}; variable
|
D | core_validation.h | 875 DeviceExtensionProperties phys_dev_ext_props = {};
|