Searched refs:getPipelineCache (Results 1 – 13 of 13) sorted by relevance
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_render_utils.mm | 1013 return contextMtl->getPipelineCache().getRenderPipeline( 1189 return contextMtl->getPipelineCache().getRenderPipeline( 1337 return contextMtl->getPipelineCache().getComputePipeline(contextMtl, shader, 1379 return contextMtl->getPipelineCache().getRenderPipeline( 1609 return contextMtl->getPipelineCache().getComputePipeline(contextMtl, shader, 1671 return contextMtl->getPipelineCache().getComputePipeline(contextMtl, shader, 1681 return contextMtl->getPipelineCache().getComputePipeline( 1691 return contextMtl->getPipelineCache().getComputePipeline( 2089 return contextMtl->getPipelineCache().getComputePipeline(contextMtl, shader, 2138 return contextMtl->getPipelineCache().getComputePipeline(contextMtl, m3DMipGeneratorShader, [all …]
|
D | ProvokingVertexHelper.mm | 152 return context->getPipelineCache().getComputePipeline(context, iter->second, 174 return context->getPipelineCache().getComputePipeline(context, computeShader,
|
D | ContextMtl.h | 399 mtl::PipelineCache &getPipelineCache() { return mPipelineCache; } in getPipelineCache() function
|
D | ProgramExecutableMtl.mm | 892 ANGLE_TRY(context->getPipelineCache().getRenderPipeline(
|
/external/deqp/external/vulkancts/modules/vulkan/sc/ |
D | vktPipelineIdentifierTests.cpp | 289 …VkPipelineCache pipelineCache = context.getResourceInterface()->getPipelineCache(device); in testGraphicsPipelineIdentifier() 480 …VkPipelineCache pipelineCache = context.getResourceInterface()->getPipelineCache(device); in testComputePipelineIdentifier()
|
D | vktDeviceObjectReservationTests.cpp | 1865 VkPipelineCache pipelineCache = m_context.getResourceInterface()->getPipelineCache(device); in performTest()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkResourceInterface.hpp | 132 VkPipelineCache getPipelineCache(VkDevice device) const;
|
D | vkResourceInterface.cpp | 394 VkPipelineCache ResourceInterface::getPipelineCache(VkDevice device) const in getPipelineCache() function in vk::ResourceInterface
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_renderer.h | 372 angle::Result getPipelineCache(vk::ErrorContext *context,
|
D | CLCommandQueueVk.cpp | 1264 ANGLE_CL_IMPL_TRY_ERROR(mContext->getRenderer()->getPipelineCache(mContext, &pipelineCache), in enqueueNDRangeKernel()
|
D | vk_renderer.cpp | 6364 angle::Result Renderer::getPipelineCache(vk::ErrorContext *context, in getPipelineCache() function in rx::vk::Renderer 6386 ANGLE_TRY(getPipelineCache(context, &globalCache)); in mergeIntoPipelineCache()
|
D | UtilsVk.cpp | 1866 ANGLE_TRY(renderer->getPipelineCache(contextVk, &pipelineCache)); in setupComputeProgram() 1921 ANGLE_TRY(renderer->getPipelineCache(contextVk, &pipelineCache)); in setupGraphicsProgramWithLayout()
|
D | ContextVk.cpp | 2131 ANGLE_TRY(mRenderer->getPipelineCache(this, &pipelineCache)); in createGraphicsPipeline() 2503 ANGLE_TRY(mRenderer->getPipelineCache(this, &pipelineCache)); in handleDirtyComputePipelineDesc()
|