Home
last modified time | relevance | path

Searched defs:pipelines (Results 26 - 50 of 88) sorted by relevance

1234

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawAhbTests.cpp475 vector<Move<VkPipeline>> pipelines; in iterate() local
H A DvktDrawOHOSNativeBufferTests.cpp498 vector<Move<VkPipeline>> pipelines; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderProvokingVertexTestsEXT.cpp337 std::vector<Move<VkPipeline>> pipelines; in iterate() local
H A DvktMeshShaderBuiltinTestsEXT.cpp362 std::vector<Move<VkPipeline>> pipelines; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawAhbTests.cpp475 vector<Move<VkPipeline>> pipelines; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderProvokingVertexTestsEXT.cpp337 std::vector<Move<VkPipeline>> pipelines; in iterate() local
/third_party/ffmpeg/libavutil/
H A Dvulkan.h225 FFVulkanPipeline **pipelines; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp148 qpTestResult checkPipelineMustBeValid(VkResult, const vector<UniquePipeline>& pipelines, duration, string& reason) in checkPipelineMustBeValid() argument
100 validateResults(VkResult result, const pipelines_t& pipelines, duration elapsed, const ValidatorArray& validators) validateResults() argument
170 checkPipelineMustBeNull(VkResult, const vector<UniquePipeline>& pipelines, duration, string& reason) checkPipelineMustBeNull() argument
192 checkPipelineNullAfterIndex(VkResult, const vector<UniquePipeline>& pipelines, duration, string& reason) checkPipelineNullAfterIndex() argument
857 timePipelineCreation(const DeviceInterface& vk, const VkDevice device, const VkPipelineCache cache, const create_infos_t& createInfos, pipelines_t& pipelines, const VkAllocationCallbacks* pAllocator = DE_NULL) timePipelineCreation() argument
920 auto pipelines = wrapHandles(vk, device, created); testInstance() local
1053 timePipelineCreation(const DeviceInterface& vk, const VkDevice device, const VkPipelineCache cache, const create_infos_t& createInfos, pipelines_t& pipelines, const VkAllocationCallbacks* pAllocator = DE_NULL) timePipelineCreation() argument
1105 auto pipelines = wrapHandles(vk, device, created); testInstance() local
[all...]
H A DvktPipelineInterfaceMatchingTests.cpp132 bool isPipelineOneOf(PipelineType pipelineType, std::set<PipelineType> pipelines) in isPipelineOneOf() argument
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp1081 std::vector<GraphicsPipelineWrapper> pipelines; in draw() local
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1024 std::vector<GraphicsPipelineWrapper> pipelines; in draw() local
H A DvktPipelineRenderToImageTests.cpp976 vector<GraphicsPipelineWrapper> pipelines; in testWithSizeReduction() local
1343 vector<GraphicsPipelineWrapper> pipelines; in drawToMipLevel() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp427 std::vector<VkPipeline> pipelines = {*m_pipelineBasic, *m_pipelineGeom, *m_pipelineTess, *m_pipelineLayer, *m_pipelineMultiview, *m_pipelineBasic}; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cSeparateShaderObjsTests.cpp911 glw::GLuint pipelines[maxpipelines]; in iterate() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_1_autogen.cpp179 void GL_APIENTRY GL_DeleteProgramPipelines(GLsizei n, const GLuint *pipelines) in GL_DeleteProgramPipelines() argument
336 void GL_APIENTRY GL_GenProgramPipelines(GLsizei n, GLuint *pipelines) in GL_GenProgramPipelines() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp148 qpTestResult checkPipelineMustBeValid(VkResult, const vector<UniquePipeline>& pipelines, duration, string& reason) in checkPipelineMustBeValid() argument
100 validateResults(VkResult result, const pipelines_t& pipelines, duration elapsed, const ValidatorArray& validators) validateResults() argument
170 checkPipelineMustBeNull(VkResult, const vector<UniquePipeline>& pipelines, duration, string& reason) checkPipelineMustBeNull() argument
192 checkPipelineNullAfterIndex(VkResult, const vector<UniquePipeline>& pipelines, duration, string& reason) checkPipelineNullAfterIndex() argument
854 timePipelineCreation(const DeviceInterface& vk, const VkDevice device, const VkPipelineCache cache, const create_infos_t& createInfos, pipelines_t& pipelines, const VkAllocationCallbacks* pAllocator = DE_NULL) timePipelineCreation() argument
902 auto pipelines = wrapHandles(vk, device, created); testInstance() local
1035 timePipelineCreation(const DeviceInterface& vk, const VkDevice device, const VkPipelineCache cache, const create_infos_t& createInfos, pipelines_t& pipelines, const VkAllocationCallbacks* pAllocator = DE_NULL) timePipelineCreation() argument
1087 auto pipelines = wrapHandles(vk, device, created); testInstance() local
[all...]
H A DvktPipelineInterfaceMatchingTests.cpp130 bool isPipelineOneOf(PipelineType pipelineType, std::set<PipelineType> pipelines) in isPipelineOneOf() argument
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp1106 std::vector<GraphicsPipelineWrapper> pipelines; in draw() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingPipelineLibraryTests.cpp585 std::vector<de::SharedPtr<Move<VkPipeline>>> pipelines = pipelineLibraries[0]->get()->createPipelineWithLibraries(vkd, device, *pipelineLayout); in runTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp427 std::vector<VkPipeline> pipelines = {*m_pipelineBasic, *m_pipelineGeom, *m_pipelineTess, *m_pipelineLayer, *m_pipelineMultiview, *m_pipelineBasic}; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksCacheBuilder.cpp465 std::vector<VulkanJsonPipelineDescription> pipelines = input.pipelines; in buildPipelineCache() local
[all...]
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullRenderContext.cpp622 GLW_APICALL void GLW_APIENTRY glGenProgramPipelines (GLsizei n, GLuint* pipelines) in glGenProgramPipelines() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_private.h529 VkPipeline pipelines[5][NUM_META_FS_KEYS]; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingCaptureReplayTests.cpp124 PipelineOutput pipelines[2]; member
[all...]
H A DvktRayTracingPipelineLibraryTests.cpp740 std::vector<de::SharedPtr<Move<VkPipeline>>> pipelines = firstRTPipeline->createPipelineWithLibraries(vkd, device, *pipelineLayout); in runTest() local

Completed in 45 milliseconds

1234