Home
last modified time | relevance | path

Searched refs:writeLayout (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp70 VkImageLayout writeLayout; member
273 const auto writeLayout = m_testParams.writeLayout; local
326 …m_usePipelineToWrite = (writeLayout != VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL) && (writeLayout != VK…
941 if(m_testParams.writeLayout == VK_IMAGE_LAYOUT_GENERAL) in iterate()
1006 m_testParams.writeLayout, // VkImageLayout oldLayout in iterate()
1007 m_testParams.writeLayout, // VkImageLayout newLayout in iterate()
1022 m_testParams.writeLayout, // VkImageLayout oldLayout in iterate()
1179 const auto writeLayout = m_testParams.writeLayout; in initPrograms() local
1185 …if (((writeLayout == VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL) || (readLayout == VK_IMAGE_LAYOUT_GENER… in initPrograms()
1186 …((writeLayout == VK_IMAGE_LAYOUT_GENERAL) || (readLayout == VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL))) in initPrograms()
[all …]
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.h88 void writeLayout(const Layout& layout);
DSkSLSPIRVCodeGenerator.h204 void writeLayout(const Layout& layout, SpvId target);
206 void writeLayout(const Layout& layout, SpvId target, int member);
DSkSLMetalCodeGenerator.h134 void writeLayout(const Layout& layout);
DSkSLSPIRVCodeGenerator.cpp501 this->writeLayout(fieldLayout, resultId, i); in writeStruct()
2953 void SPIRVCodeGenerator::writeLayout(const Layout& layout, SpvId target) { in writeLayout() function in SkSL::SPIRVCodeGenerator
2981 void SPIRVCodeGenerator::writeLayout(const Layout& layout, SpvId target, int member) { in writeLayout() function in SkSL::SPIRVCodeGenerator
3078 this->writeLayout(layout, result); in writeInterfaceBlock()
3135 this->writeLayout(layout, id); in writeGlobalVar()