Home
last modified time | relevance | path

Searched refs:pAttachmentInitialSampleLocations (Results 1 – 25 of 27) sorted by relevance

12

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.cpp20540 pAttachmentInitialSampleLocations(nullptr), in safe_VkRenderPassSampleLocationsBeginInfoEXT()
20545 if (in_struct->pAttachmentInitialSampleLocations) { in safe_VkRenderPassSampleLocationsBeginInfoEXT()
20546pAttachmentInitialSampleLocations = new VkAttachmentSampleLocationsEXT[in_struct->attachmentInitia… in safe_VkRenderPassSampleLocationsBeginInfoEXT()
20547 …memcpy ((void *)pAttachmentInitialSampleLocations, (void *)in_struct->pAttachmentInitialSampleLoca… in safe_VkRenderPassSampleLocationsBeginInfoEXT()
20557 pAttachmentInitialSampleLocations(nullptr), in safe_VkRenderPassSampleLocationsBeginInfoEXT()
20565 pAttachmentInitialSampleLocations = nullptr; in safe_VkRenderPassSampleLocationsBeginInfoEXT()
20569 if (src.pAttachmentInitialSampleLocations) { in safe_VkRenderPassSampleLocationsBeginInfoEXT()
20570pAttachmentInitialSampleLocations = new VkAttachmentSampleLocationsEXT[src.attachmentInitialSample… in safe_VkRenderPassSampleLocationsBeginInfoEXT()
20571 …memcpy ((void *)pAttachmentInitialSampleLocations, (void *)src.pAttachmentInitialSampleLocations, … in safe_VkRenderPassSampleLocationsBeginInfoEXT()
20583 if (pAttachmentInitialSampleLocations) in operator =()
[all …]
Dparameter_validation.cpp960 …ructure->attachmentInitialSampleLocationsCount, &structure->pAttachmentInitialSampleLocations, fal… in ValidatePnextStructContents()
962 if (structure->pAttachmentInitialSampleLocations != NULL) in ValidatePnextStructContents()
966 …"VK_STRUCTURE_TYPE_SAMPLE_LOCATIONS_INFO_EXT", &(structure->pAttachmentInitialSampleLocations[atta… in ValidatePnextStructContents()
968 …kSampleCountFlagBits", AllVkSampleCountFlagBits, structure->pAttachmentInitialSampleLocations[atta… in ValidatePnextStructContents()
970pAttachmentInitialSampleLocations[attachmentInitialSampleLocationsIndex].sampleLocationsInfo.sampl… in ValidatePnextStructContents()
972 …if (structure->pAttachmentInitialSampleLocations[attachmentInitialSampleLocationsIndex].sampleLoca… in ValidatePnextStructContents()
974 …sampleLocationsIndex = 0; sampleLocationsIndex < structure->pAttachmentInitialSampleLocations[atta… in ValidatePnextStructContents()
Dvk_safe_struct.h4694 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations; member
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkStructTypes.inl3322 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations; member
Dvulkan_json_data.hpp32416 if (obj.pAttachmentInitialSampleLocations) { in print_VkRenderPassSampleLocationsBeginInfoEXT()
32421 …print_VkAttachmentSampleLocationsEXT(obj.pAttachmentInitialSampleLocations[i], "pAttachmentInitial… in print_VkRenderPassSampleLocationsBeginInfoEXT()
32423 …print_VkAttachmentSampleLocationsEXT(obj.pAttachmentInitialSampleLocations[i], "pAttachmentInitial… in print_VkRenderPassSampleLocationsBeginInfoEXT()
32479 if (obj->pAttachmentInitialSampleLocations) { in print_VkRenderPassSampleLocationsBeginInfoEXT()
32484 …print_VkAttachmentSampleLocationsEXT(obj->pAttachmentInitialSampleLocations[i], "pAttachmentInitia… in print_VkRenderPassSampleLocationsBeginInfoEXT()
32486 …print_VkAttachmentSampleLocationsEXT(obj->pAttachmentInitialSampleLocations[i], "pAttachmentInitia… in print_VkRenderPassSampleLocationsBeginInfoEXT()
Dvulkan_json_parser.hpp12196 …(o.pAttachmentInitialSampleLocations) = (VkAttachmentSampleLocationsEXT*)s_globalMem.allocate((o.a… in parse_VkRenderPassSampleLocationsBeginInfoEXT()
12198 …if (obj_pAttachmentInitialSampleLocations.size() == 0) (o.pAttachmentInitialSampleLocations) = nul… in parse_VkRenderPassSampleLocationsBeginInfoEXT()
12201 …ocations[i], const_cast<VkAttachmentSampleLocationsEXT&>((o.pAttachmentInitialSampleLocations[i]))… in parse_VkRenderPassSampleLocationsBeginInfoEXT()
DvkVulkan_c.inl6917 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations; member
DvkStrUtilImpl.inl6978 s << "\tpAttachmentInitialSampleLocations = " << value.pAttachmentInitialSampleLocations << '\n';
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_sc_core.h6912 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations; member
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c3509 &sample_locs->pAttachmentInitialSampleLocations[i]; in radv_cmd_state_setup_sample_locations()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkStructTypes.inl2937 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations; member
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp11134 … if (pSampleLocationsBeginInfo->pAttachmentInitialSampleLocations[i].attachmentIndex >= in ValidateCmdBeginRenderPass()
11140 … pSampleLocationsBeginInfo->pAttachmentInitialSampleLocations[i].attachmentIndex, i, in ValidateCmdBeginRenderPass()
/external/mesa3d/include/vulkan/
Dvulkan_core.h8861 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations; member
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp90021 , pAttachmentInitialSampleLocations( pAttachmentInitialSampleLocations_ )
90041 , pAttachmentInitialSampleLocations( attachmentInitialSampleLocations_.data() )
90074 pAttachmentInitialSampleLocations = pAttachmentInitialSampleLocations_; in setPAttachmentInitialSampleLocations()
90084 pAttachmentInitialSampleLocations = attachmentInitialSampleLocations_.data(); in setAttachmentInitialSampleLocations()
90139 …sType, pNext, attachmentInitialSampleLocationsCount, pAttachmentInitialSampleLocations, postSubpas… in reflect()
90152 ( pAttachmentInitialSampleLocations == rhs.pAttachmentInitialSampleLocations ) && in operator ==()
90167 …const VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT * pAttachmentInitialSampleLocations =… member
Dvulkan_core.h11172 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations; member
Dvulkan_hash.hpp12093 …_HPP_HASH_COMBINE( seed, renderPassSampleLocationsBeginInfoEXT.pAttachmentInitialSampleLocations ); in operator ()()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp83697 …leLocationsCount( attachmentInitialSampleLocationsCount_ ), pAttachmentInitialSampleLocations( pAt…
83708 …st<uint32_t>( attachmentInitialSampleLocations_.size() ) ), pAttachmentInitialSampleLocations( att…
83737 pAttachmentInitialSampleLocations = pAttachmentInitialSampleLocations_; in setPAttachmentInitialSampleLocations()
83745 pAttachmentInitialSampleLocations = attachmentInitialSampleLocations_.data(); in setAttachmentInitialSampleLocations()
83791 …::tie( sType, pNext, attachmentInitialSampleLocationsCount, pAttachmentInitialSampleLocations, pos… in reflect()
83807 && ( pAttachmentInitialSampleLocations == rhs.pAttachmentInitialSampleLocations ) in operator ==()
83823 … const VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT * pAttachmentInitialSampleLocations = {}; member
Dvulkan_core.h11515 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations; member
Dvulkan_hash.hpp11049 …_HPP_HASH_COMBINE( seed, renderPassSampleLocationsBeginInfoEXT.pAttachmentInitialSampleLocations ); in operator ()()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp94727 , pAttachmentInitialSampleLocations( pAttachmentInitialSampleLocations_ )
94747 , pAttachmentInitialSampleLocations( attachmentInitialSampleLocations_.data() )
94780 pAttachmentInitialSampleLocations = pAttachmentInitialSampleLocations_; in setPAttachmentInitialSampleLocations()
94790 pAttachmentInitialSampleLocations = attachmentInitialSampleLocations_.data(); in setAttachmentInitialSampleLocations()
94845 …sType, pNext, attachmentInitialSampleLocationsCount, pAttachmentInitialSampleLocations, postSubpas… in reflect()
94858 ( pAttachmentInitialSampleLocations == rhs.pAttachmentInitialSampleLocations ) && in operator ==()
94873 …const VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT * pAttachmentInitialSampleLocations =… member
Dvulkan_core.h11909 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations; member
Dvulkan_hash.hpp12821 …_HPP_HASH_COMBINE( seed, renderPassSampleLocationsBeginInfoEXT.pAttachmentInitialSampleLocations ); in operator ()()
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h9515 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations; member
/external/virglrenderer/src/venus/venus-protocol/
Dvulkan_core.h11049 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations; member
/external/gfxstream-protocols/include/vulkan/include/vulkan/
Dvulkan_core.h11358 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations; member

12