HomeSort by relevance Sort by last modified time
    Searched refs:allocationKind (Results 1 - 9 of 9) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageTests.cpp 56 AllocationKind allocationKind,
77 AllocationKind m_allocationKind;
89 AllocationKind allocationKind,
98 , m_allocationKind (allocationKind)
414 de::MovePtr<tcu::TestCaseGroup> createImageSizeTests (tcu::TestContext& testCtx, AllocationKind allocationKind, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat, int imageCount)
546 allocationKind,
559 void createImageCountTests (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, AllocationKind allocationKind, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat
    [all...]
vktPipelineRenderToImageTests.cpp 87 enum AllocationKind
112 AllocationKind allocationKind;
177 AllocationKind allocationKind)
179 switch (allocationKind)
205 AllocationKind allocationKind)
207 switch (allocationKind)
    [all...]
vktPipelineImageSamplingInstance.hpp 42 enum AllocationKind
64 AllocationKind allocationKind = ALLOCATION_KIND_SUBALLOCATED);
81 const AllocationKind m_allocationKind;
vktPipelineImageSamplingInstance.cpp 56 AllocationKind allocationKind)
58 switch (allocationKind)
86 AllocationKind allocationKind)
88 switch (allocationKind)
198 AllocationKind allocationKind)
200 , m_allocationKind (allocationKind)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp 68 enum AllocationKind
150 AllocationKind allocationKind;
160 AllocationKind allocationKind)
162 switch (allocationKind)
190 AllocationKind allocationKind)
192 switch (allocationKind)
315 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED
    [all...]
vktApiBufferViewCreateTests.cpp 46 enum AllocationKind
62 AllocationKind bufferAllocationKind;
414 for (deUint32 allocationKind = 0; allocationKind < ALLOCATION_KIND_LAST; ++allocationKind)
430 static_cast<AllocationKind>(allocationKind) // AllocationKind bufferAllocationKind;
432 bufferViewAllocationGroupTests[allocationKind]->addChild(new BufferViewTestCase(testCtx, testName.str(), testDescription.str(), testParams));
vktApiImageClearingTests.cpp 65 enum AllocationKind
79 AllocationKind allocationKind)
81 switch (allocationKind)
109 AllocationKind allocationKind)
111 switch (allocationKind)
468 AllocationKind allocationKind;
567 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 93 enum AllocationKind
106 AllocationKind allocationKind)
108 switch (allocationKind)
136 AllocationKind allocationKind)
138 switch (allocationKind)
718 AllocationKind allocationKind_)
727 , allocationKind (allocationKind_)
739 AllocationKind allocationKind
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 87 enum AllocationKind
457 , allocationKind (ALLOCATION_KIND_SUBALLOCATED)
468 AllocationKind allocationKind;
537 if (config.allocationKind == ALLOCATION_KIND_DEDICATED_IMAGE
538 || config.allocationKind == ALLOCATION_KIND_DEDICATED_BUFFER)
596 if (config.allocationKind == ALLOCATION_KIND_DEDICATED_IMAGE)
601 else if (config.allocationKind == ALLOCATION_KIND_DEDICATED_BUFFER)
628 log << TestLog::Message << "Memory type does not support " << allocationKindName[static_cast<deUint32>(config.allocationKind)] << '.' << TestLog::EndMessage;
    [all...]

Completed in 803 milliseconds