• Home
  • Raw
  • Download

Lines Matching refs:phys_dev_ext_props

1381 …std::max((float)phys_dev_ext_props.fragment_density_map_props.minFragmentDensityTexelSize.width, 1…  in PreCallValidateCreateImage()
1390phys_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()
1404phys_dev_ext_props.fragment_density_map_props.minFragmentDensityTexelSize.height, ceiling_height); in PreCallValidateCreateImage()
4039phys_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()
4057phys_dev_ext_props.texel_buffer_alignment_props.storageTexelBufferOffsetSingleTexelAlignment); in PreCallValidateCreateBufferView()
4062phys_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()
4080phys_dev_ext_props.texel_buffer_alignment_props.uniformTexelBufferOffsetSingleTexelAlignment); in PreCallValidateCreateBufferView()