Lines Matching refs:phys_dev_ext_props
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()
4079 …pCreateInfo->offset, phys_dev_ext_props.texel_buffer_alignment_props.uniformTexelBufferOffsetAlign… in PreCallValidateCreateBufferView()
4080 … phys_dev_ext_props.texel_buffer_alignment_props.uniformTexelBufferOffsetSingleTexelAlignment); in PreCallValidateCreateBufferView()