/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluContextInfo.hpp | 43 : m_compute (compute) in CachedValue() 53 m_value = m_compute(context); in getValue() 60 ComputeValue m_compute; member in glu::CachedValue
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGlSpirvTests.hpp | 265 std::string m_compute; member in gl4cts::SpirvValidationBuiltInVariableDecorationsTest
|
H A D | gl4cMultiBindTests.cpp | 305 Shader m_compute; member in gl4cts::MultiBind::Program 644 , m_compute(context) in Program() 683 m_compute.Init(GL_COMPUTE_SHADER, compute_shader); in Init() 692 Attach(gl, m_id, m_compute.m_id); in Init() 718 m_compute.Release(); in Release()
|
H A D | gl4cBufferStorageTests.cpp | 276 Shader m_compute; member in gl4cts::BufferStorage::Program 957 , m_compute(context) in Program() 996 m_compute.Init(GL_COMPUTE_SHADER, compute_shader); in Init() 1005 Attach(gl, m_id, m_compute.m_id); in Init() 1031 m_compute.Release(); in Release()
|
H A D | gl4cGlSpirvTests.cpp | 2099 m_compute = "#version 450\n" in init() 2220 validationCompute.shaders.push_back(ComputeSource(m_compute)); in init()
|
H A D | gl4cEnhancedLayoutsTests.hpp | 664 ShaderInterface m_compute; member 820 Shader m_compute; member in gl4cts::EnhancedLayouts::Utils::Program
|
H A D | gl4cEnhancedLayoutsTests.cpp | 2679 , m_compute(context) in Program() 2722 m_compute.Init(Shader::COMPUTE, compute_shader); in Init() 2732 Attach(gl, m_id, m_compute.m_id); in Init() 2794 m_compute.Release(); in Release() 4465 : m_compute(Shader::COMPUTE) in ProgramInterface() 4534 interface = &m_compute; in GetShaderInterface() 4571 interface = &m_compute; in GetShaderInterface() 4653 m_compute.m_globals = m_vertex.m_globals; in CloneVertexInterface() 8559 program_interface.m_compute.m_globals = globals; in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 228 Move<VkShaderModule> m_compute; member in vkt::synchronization::__anon29962::GPQInstanceBase 239 , m_compute () in GPQInstanceBase() 354 m_compute = createShaderModule(vk, dev, m_context.getBinaryCollection().get("comp")); in createComputePipeline() 361 sci.module = *m_compute; in createComputePipeline()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcRobustBufferAccessBehaviorTests.hpp | 181 Shader m_compute; member in glcts::RobustBufferAccessBehavior::Program
|
H A D | glcRobustBufferAccessBehaviorTests.cpp | 294 , m_compute(gl) in Program() 330 m_compute.Init(GL_COMPUTE_SHADER, compute_shader); in Init() 339 Attach(m_gl, m_id, m_compute.m_id); in Init() 363 m_compute.Release(); in Release()
|