Home
last modified time | relevance | path

Searched refs:VkCoarseSampleLocationNV (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp441 const VkCoarseSampleLocationNV locations[2] = in setCoarseSamplingOrder()
459 locations // const VkCoarseSampleLocationNV* pSampleLocations; in setCoarseSamplingOrder()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp439 const VkCoarseSampleLocationNV locations[2] = in setCoarseSamplingOrder()
457 locations // const VkCoarseSampleLocationNV* pSampleLocations; in setCoarseSamplingOrder()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h9851 typedef struct VkCoarseSampleLocationNV { struct
9855 } VkCoarseSampleLocationNV; typedef
9861 const VkCoarseSampleLocationNV* pSampleLocations;
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h11365 typedef struct VkCoarseSampleLocationNV { struct
11369 } VkCoarseSampleLocationNV; typedef
11375 const VkCoarseSampleLocationNV* pSampleLocations;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h10252 typedef struct VkCoarseSampleLocationNV { struct
10256 } VkCoarseSampleLocationNV; typedef
10262 const VkCoarseSampleLocationNV* pSampleLocations;
H A Dvulkan_structs.hpp10959 using NativeType = VkCoarseSampleLocationNV;
10971 CoarseSampleLocationNV( VkCoarseSampleLocationNV const & rhs ) VULKAN_HPP_NOEXCEPT
10978 CoarseSampleLocationNV & operator=( VkCoarseSampleLocationNV const & rhs ) VULKAN_HPP_NOEXCEPT
11004 operator VkCoarseSampleLocationNV const &() const VULKAN_HPP_NOEXCEPT
11006 return *reinterpret_cast<const VkCoarseSampleLocationNV *>( this );
11009 operator VkCoarseSampleLocationNV &() VULKAN_HPP_NOEXCEPT
11011 return *reinterpret_cast<VkCoarseSampleLocationNV *>( this );
11034 sizeof( VkCoarseSampleLocationNV ),
[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h10412 typedef struct VkCoarseSampleLocationNV { struct
10416 } VkCoarseSampleLocationNV; typedef
10422 const VkCoarseSampleLocationNV* pSampleLocations;
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp1915 std::vector<std::vector<VkCoarseSampleLocationNV>> coarseSampleLocations;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h13248 typedef struct VkCoarseSampleLocationNV { struct
13252 } VkCoarseSampleLocationNV; typedef
13258 const VkCoarseSampleLocationNV* pSampleLocations;
H A Dvulkan_static_assertions.hpp3738 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::CoarseSampleLocationNV ) == sizeof( VkCoarseSampleLocationNV ),
H A Dvulkan_structs.hpp13997 using NativeType = VkCoarseSampleLocationNV;
14009 CoarseSampleLocationNV( VkCoarseSampleLocationNV const & rhs ) VULKAN_HPP_NOEXCEPT
14017 CoarseSampleLocationNV & operator=( VkCoarseSampleLocationNV const & rhs ) VULKAN_HPP_NOEXCEPT
14043 operator VkCoarseSampleLocationNV const &() const VULKAN_HPP_NOEXCEPT
14045 return *reinterpret_cast<const VkCoarseSampleLocationNV *>( this );
14048 operator VkCoarseSampleLocationNV &() VULKAN_HPP_NOEXCEPT
14050 return *reinterpret_cast<VkCoarseSampleLocationNV *>( this );
[all...]

Completed in 343 milliseconds