Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp2227 …, m_shaderPrefix (std::string(m_mode == ACCESS_MODE_READ ? "read_" : "write_") + (m_bufferType == … in BufferSupport()
2261 initPassthroughPrograms(programCollection, m_shaderPrefix, declSrc.str(), copySrc.str(), m_stage); in initPrograms()
2289 …>(new BufferImplementation(context, resource, m_stage, m_bufferType, m_shaderPrefix, m_mode, PIPEL… in build()
2291 …>(new BufferImplementation(context, resource, m_stage, m_bufferType, m_shaderPrefix, m_mode, PIPEL… in build()
2305 const std::string m_shaderPrefix; member in vkt::synchronization::__anon3d1a14f80111::ShaderAccess::BufferSupport
2319 , m_shaderPrefix (m_mode == ACCESS_MODE_READ ? "read_image_" : "write_image_") in ImageSupport()
2354 initPassthroughPrograms(programCollection, m_shaderPrefix, declSrc.str(), mainSrc.str(), m_stage); in initPrograms()
2376 …return de::MovePtr<Operation>(new ImageImplementation(context, resource, m_stage, m_shaderPrefix, … in build()
2378 …return de::MovePtr<Operation>(new ImageImplementation(context, resource, m_stage, m_shaderPrefix, … in build()
2391 const std::string m_shaderPrefix; member in vkt::synchronization::__anon3d1a14f80111::ShaderAccess::ImageSupport
[all …]