Home
last modified time | relevance | path

Searched refs:VkAttachmentSampleLocationsEXT (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c1042 const VkAttachmentSampleLocationsEXT *att_sl_in = in clone_rp_sample_locations()
1054 VK_MULTIALLOC_DECL(&ma, VkAttachmentSampleLocationsEXT, new_att_sl, in clone_rp_sample_locations()
1065 const VkAttachmentSampleLocationsEXT *att_sl_in = in clone_rp_sample_locations()
1072 new_att_sl[i] = (VkAttachmentSampleLocationsEXT) { in clone_rp_sample_locations()
2304 const VkAttachmentSampleLocationsEXT *att_sl = in vk_common_CmdBeginRenderPass2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp911 std::vector<VkAttachmentSampleLocationsEXT> attachmentSampleLocations; in draw()
970 const VkAttachmentSampleLocationsEXT newAttachmentSampleLocations = in draw()
1063 dataOrNullPtr(attachmentSampleLocations), // const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations; in draw()
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp779 const VkAttachmentSampleLocationsEXT attachmentSampleLocations = in addAttachment()
951 dataOrNullPtr(m_attachmentSampleLocations), // const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations; in recordBeginRenderPass()
983 std::vector<VkAttachmentSampleLocationsEXT> m_attachmentSampleLocations;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp908 std::vector<VkAttachmentSampleLocationsEXT> attachmentSampleLocations; in draw()
964 const VkAttachmentSampleLocationsEXT newAttachmentSampleLocations = in draw()
1068 dataOrNullPtr(attachmentSampleLocations), // const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations; in draw()
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp776 const VkAttachmentSampleLocationsEXT attachmentSampleLocations = in addAttachment()
948 dataOrNullPtr(m_attachmentSampleLocations), // const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations; in recordBeginRenderPass()
980 std::vector<VkAttachmentSampleLocationsEXT> m_attachmentSampleLocations;
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h6927 typedef struct VkAttachmentSampleLocationsEXT { struct
6930 } VkAttachmentSampleLocationsEXT; typedef
6941 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations;
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h9501 typedef struct VkAttachmentSampleLocationsEXT { struct
9504 } VkAttachmentSampleLocationsEXT; typedef
9515 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations;
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp835 static void parse_VkAttachmentSampleLocationsEXT(const char* s, Json::Value& obj, VkAttachmentSampleLocationsEXT& o);
12304 static void parse_VkAttachmentSampleLocationsEXT(const char* s, Json::Value& obj, VkAttachmentSampleLocationsEXT& o) { in parse_VkAttachmentSampleLocationsEXT()
12328 (o.pAttachmentInitialSampleLocations) = (VkAttachmentSampleLocationsEXT*)s_globalMem.allocate((o.attachmentInitialSampleLocationsCount), sizeof(VkAttachmentSampleLocationsEXT)); in parse_VkRenderPassSampleLocationsBeginInfoEXT()
12333 parse_VkAttachmentSampleLocationsEXT("pAttachmentInitialSampleLocations", obj_pAttachmentInitialSampleLocations[i], const_cast<VkAttachmentSampleLocationsEXT&>((o.pAttachmentInitialSampleLocations[i]))); in parse_VkRenderPassSampleLocationsBeginInfoEXT()
H A Dvulkan_json_data.hpp[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h11002 typedef struct VkAttachmentSampleLocationsEXT { struct
11005 } VkAttachmentSampleLocationsEXT; typedef
11016 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h9889 typedef struct VkAttachmentSampleLocationsEXT { struct
9892 } VkAttachmentSampleLocationsEXT; typedef
9903 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations;
H A Dvulkan_structs.hpp5334 using NativeType = VkAttachmentSampleLocationsEXT;
5347 AttachmentSampleLocationsEXT( VkAttachmentSampleLocationsEXT const & rhs ) VULKAN_HPP_NOEXCEPT
5354 AttachmentSampleLocationsEXT & operator=( VkAttachmentSampleLocationsEXT const & rhs ) VULKAN_HPP_NOEXCEPT
5375 operator VkAttachmentSampleLocationsEXT const &() const VULKAN_HPP_NOEXCEPT
5377 return *reinterpret_cast<const VkAttachmentSampleLocationsEXT *>( this );
5380 operator VkAttachmentSampleLocationsEXT &() VULKAN_HPP_NOEXCEPT
5382 return *reinterpret_cast<VkAttachmentSampleLocationsEXT *>( this );
5404 sizeof( VkAttachmentSampleLocationsEXT ),
[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h10049 typedef struct VkAttachmentSampleLocationsEXT { struct
10052 } VkAttachmentSampleLocationsEXT; typedef
10063 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h12874 typedef struct VkAttachmentSampleLocationsEXT { struct
12877 } VkAttachmentSampleLocationsEXT; typedef
12888 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations;
H A Dvulkan_static_assertions.hpp3299 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT ) == sizeof( VkAttachmentSampleLocationsEXT ),
H A Dvulkan_structs.hpp6869 using NativeType = VkAttachmentSampleLocationsEXT;
6881 AttachmentSampleLocationsEXT( VkAttachmentSampleLocationsEXT const & rhs ) VULKAN_HPP_NOEXCEPT
6889 AttachmentSampleLocationsEXT & operator=( VkAttachmentSampleLocationsEXT const & rhs ) VULKAN_HPP_NOEXCEPT
6910 operator VkAttachmentSampleLocationsEXT const &() const VULKAN_HPP_NOEXCEPT
6912 return *reinterpret_cast<const VkAttachmentSampleLocationsEXT *>( this );
6915 operator VkAttachmentSampleLocationsEXT &() VULKAN_HPP_NOEXCEPT
6917 return *reinterpret_cast<VkAttachmentSampleLocationsEXT *>( this );
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c4693 const VkAttachmentSampleLocationsEXT *att_sample_locs = in radv_cmd_state_setup_sample_locations()

Completed in 504 milliseconds