/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 2320 , m_shaderPrefix (std::string(m_mode == ACCESS_MODE_READ ? "read_" : "write_") + (m_bufferType == BUFFER_TYPE_UNIFORM ? "ubo_" : (m_bufferType == BUFFER_TYPE_UNIFORM_TEXEL ? "ubo_texel_" : "ssbo_"))) in BufferSupport() 2377 initPassthroughPrograms(programCollection, m_shaderPrefix, declSrc.str(), copySrc.str(), m_stage); in initPrograms() 2409 return de::MovePtr<Operation>(new BufferImplementation(context, resource, m_stage, m_bufferType, m_shaderPrefix, m_mode, m_specializedAccess, PIPELINE_TYPE_COMPUTE, m_dispatchCall)); in build() 2411 return de::MovePtr<Operation>(new BufferImplementation(context, resource, m_stage, m_bufferType, m_shaderPrefix, m_mode, m_specializedAccess, PIPELINE_TYPE_GRAPHICS, m_dispatchCall)); in build() 2427 const std::string m_shaderPrefix; member in vkt::synchronization::__anon28830::ShaderAccess::BufferSupport 2443 , m_shaderPrefix (m_mode == ACCESS_MODE_READ ? "read_image_" : "write_image_") in ImageSupport() 2478 initPassthroughPrograms(programCollection, m_shaderPrefix, declSrc.str(), mainSrc.str(), m_stage); in initPrograms() 2500 return de::MovePtr<Operation>(new ImageImplementation(context, resource, m_stage, m_shaderPrefix, m_mode, m_specializedAccess, PIPELINE_TYPE_COMPUTE, m_dispatchCall)); in build() 2502 return de::MovePtr<Operation>(new ImageImplementation(context, resource, m_stage, m_shaderPrefix, m_mode, m_specializedAccess, PIPELINE_TYPE_GRAPHICS, m_dispatchCall)); in build() 2517 const std::string m_shaderPrefix; member in vkt::synchronization::__anon28830::ShaderAccess::ImageSupport 2717 const std::string m_shaderPrefix; global() member in vkt::synchronization::__anon28830::ShaderAccess::CopyBufferSupport 2957 const std::string m_shaderPrefix; global() member in vkt::synchronization::__anon28830::ShaderAccess::CopyImageSupport [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 2236 , m_shaderPrefix (std::string(m_mode == ACCESS_MODE_READ ? "read_" : "write_") + (m_bufferType == BUFFER_TYPE_UNIFORM ? "ubo_" : "ssbo_")) in BufferSupport() 2270 initPassthroughPrograms(programCollection, m_shaderPrefix, declSrc.str(), copySrc.str(), m_stage); in initPrograms() 2298 return de::MovePtr<Operation>(new BufferImplementation(context, resource, m_stage, m_bufferType, m_shaderPrefix, m_mode, PIPELINE_TYPE_COMPUTE, m_dispatchCall)); in build() 2300 return de::MovePtr<Operation>(new BufferImplementation(context, resource, m_stage, m_bufferType, m_shaderPrefix, m_mode, PIPELINE_TYPE_GRAPHICS, m_dispatchCall)); in build() 2314 const std::string m_shaderPrefix; member in vkt::synchronization::__anon29979::ShaderAccess::BufferSupport 2328 , m_shaderPrefix (m_mode == ACCESS_MODE_READ ? "read_image_" : "write_image_") in ImageSupport() 2363 initPassthroughPrograms(programCollection, m_shaderPrefix, declSrc.str(), mainSrc.str(), m_stage); in initPrograms() 2385 return de::MovePtr<Operation>(new ImageImplementation(context, resource, m_stage, m_shaderPrefix, m_mode, PIPELINE_TYPE_COMPUTE, m_dispatchCall)); in build() 2387 return de::MovePtr<Operation>(new ImageImplementation(context, resource, m_stage, m_shaderPrefix, m_mode, PIPELINE_TYPE_GRAPHICS, m_dispatchCall)); in build() 2400 const std::string m_shaderPrefix; member in vkt::synchronization::__anon29979::ShaderAccess::ImageSupport 2590 const std::string m_shaderPrefix; global() member in vkt::synchronization::__anon29979::ShaderAccess::CopyBufferSupport 2820 const std::string m_shaderPrefix; global() member in vkt::synchronization::__anon29979::ShaderAccess::CopyImageSupport [all...] |