Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/
Dpipeline.cc804 if (GetPushConstantBuffer().buffer == nullptr) { in GenerateOpenCLPodBuffers()
809 buffer = GetPushConstantBuffer().buffer; in GenerateOpenCLPodBuffers()
999 auto* buf = GetPushConstantBuffer().buffer; in GenerateOpenCLPushConstants()
Dpipeline.h380 const BufferInfo& GetPushConstantBuffer() const { in GetPushConstantBuffer() function
Dpipeline_test.cc859 const auto& buf = p.GetPushConstantBuffer(); in TEST_F()
944 auto* buf = p.GetPushConstantBuffer().buffer; in TEST_F()
/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan.cc222 if (pipeline->GetPushConstantBuffer().buffer != nullptr) { in CreatePipeline()
224 pipeline->GetPushConstantBuffer().buffer, 0); in CreatePipeline()
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc1596 if (render_pipeline->pipeline->GetPushConstantBuffer().buffer != nullptr) { in AttachBuffersAndTextures()
1698 if (compute_pipeline->pipeline->GetPushConstantBuffer().buffer != nullptr) { in AttachBuffers()
/external/deqp-deps/amber/src/amberscript/
Dparser_bind_test.cc1638 const auto& buf = pipeline->GetPushConstantBuffer(); in TEST_F()