/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | StateChangeTest.cpp | 2971 GLProgramPipeline pipeline; in TEST_P() local
|
/third_party/skia/src/gpu/ops/ |
H A D | AAHairLinePathRenderer.cpp | 1085 auto pipeline = fHelper.createPipeline(caps, arena, writeView.swizzle(), in onCreateProgramInfo() local 949 makeLineProgramInfo(const GrCaps& caps, SkArenaAlloc* arena, const GrPipeline* pipeline, const GrSurfaceProxyView& writeView, bool usesMSAASurface, const SkMatrix* geometryProcessorViewM, const SkMatrix* geometryProcessorLocalM, GrXferBarrierFlags renderPassXferBarriers, GrLoadOp colorLoadOp) makeLineProgramInfo() argument 983 makeQuadProgramInfo(const GrCaps& caps, SkArenaAlloc* arena, const GrPipeline* pipeline, const GrSurfaceProxyView& writeView, bool usesMSAASurface, const SkMatrix* geometryProcessorViewM, const SkMatrix* geometryProcessorLocalM, GrXferBarrierFlags renderPassXferBarriers, GrLoadOp colorLoadOp) makeQuadProgramInfo() argument 1009 makeConicProgramInfo(const GrCaps& caps, SkArenaAlloc* arena, const GrPipeline* pipeline, const GrSurfaceProxyView& writeView, bool usesMSAASurface, const SkMatrix* geometryProcessorViewM, const SkMatrix* geometryProcessorLocalM, GrXferBarrierFlags renderPassXferBarriers, GrLoadOp colorLoadOp) makeConicProgramInfo() argument [all...] |
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DGpu.cpp | 1140 sk_sp<GrD3DPipeline> pipeline = this->resourceProvider().findOrCreateMipmapPipeline(); in onRegenerateMipMapLevels() local
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnGpu.cpp | 750 wgpu::RenderPipeline pipeline = fDevice.CreateRenderPipeline(&renderPipelineDesc); in onRegenerateMipMapLevels() local
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandBuffer.cpp | 145 CmdPipelineBind(VkPipelineBindPoint pipelineBindPoint, vk::Pipeline *pipeline) in CmdPipelineBind() argument 160 vk::Pipeline *const pipeline; member in __anon22994::CmdPipelineBind::vk 180 vk::ComputePipeline *pipeline = static_cast<vk::ComputePipeline *>(pipelineState.pipeline); variable 215 auto pipeline variable 479 auto *pipeline = static_cast<vk::GraphicsPipeline *>(pipelineState.pipeline); draw() local 1367 bindPipeline(VkPipelineBindPoint pipelineBindPoint, Pipeline *pipeline) bindPipeline() argument [all...] |
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_vulkan.cpp | 374 static void ImGui_ImplVulkan_SetupRenderState(ImDrawData* draw_data, VkPipeline pipeline, VkCommandBuffer command_buffer, ImGui_ImplVulkanH_FrameRenderBuffers* rb, int fb_width, int fb_height) in ImGui_ImplVulkan_SetupRenderState() argument 421 void ImGui_ImplVulkan_RenderDrawData(ImDrawData* draw_data, VkCommandBuffer command_buffer, VkPipeline pipeline) in ImGui_ImplVulkan_RenderDrawData() argument 784 static void ImGui_ImplVulkan_CreatePipeline(VkDevice device, const VkAllocationCallbacks* allocator, VkPipelineCache pipelineCache, VkRenderPass renderPass, VkSampleCountFlagBits MSAASamples, VkPipeline* pipeline, uint32_t subpass) in ImGui_ImplVulkan_CreatePipeline() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.cpp | 1693 VkGraphicsPipelineCreateInfo pipeline; in init_pipeline() local [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | CommandBufferD3D12.cpp | 1117 ComputePipeline* pipeline = ToBackend(cmd->pipeline).Get(); in RecordComputePass() local 140 RecordFirstIndexOffset(ID3D12GraphicsCommandList* commandList, RenderPipeline* pipeline, uint32_t firstVertex, uint32_t firstInstance) RecordFirstIndexOffset() argument 241 RecordNumWorkgroupsForDispatch(ID3D12GraphicsCommandList* commandList, ComputePipeline* pipeline, DispatchCmd* dispatch) RecordNumWorkgroupsForDispatch() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderSyncTests.cpp | 932 const auto pipeline = makeGraphicsPipeline(vkd, device, pipelineLayout.get(), taskShader.get(), meshShader.get(), fragShader.get(), renderPass.get(), viewports, scissors); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 61 namespace pipeline namespace
|
H A D | vktPipelineBindPointTests.cpp | 47 namespace pipeline namespace [all...] |
H A D | vktPipelineBlendTests.cpp | 60 namespace pipeline namespace
|
H A D | vktPipelineCacheTests.cpp | 51 namespace pipeline namespace 782 void GraphicsCacheTestInstance::prepareRenderPass (VkFramebuffer framebuffer, VkPipeline pipeline) in prepareRenderPass() argument [all...] |
H A D | vktPipelineDepthTests.cpp | 51 namespace pipeline namespace
|
H A D | vktPipelineFramebufferAttachmentTests.cpp | 55 namespace pipeline namespace 413 vector<GraphicsPipelineWrapper> pipeline; in test() local [all...] |
H A D | vktPipelineMiscTests.cpp | 51 namespace pipeline namespace 988 const auto pipeline = createGraphicsPipeline(vkd, device, DE_NULL, &linkedPipelineInfo); in iterate() local [all...] |
H A D | vktPipelineMultisampleShaderBuiltInTests.cpp | 46 namespace pipeline namespace
|
H A D | vktPipelineMultisampleTests.cpp | 70 namespace pipeline namespace
|
H A D | vktPipelinePushDescriptorTests.cpp | 52 namespace pipeline namespace [all...] |
H A D | vktPipelineRenderToImageTests.cpp | 57 namespace pipeline namespace
|
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 51 namespace pipeline namespace
|
H A D | vktPipelineSpecConstantTests.cpp | 54 namespace pipeline namespace
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 843 std::vector<VkPipelineSp> pipeline; in executeTest() local 1100 std::vector<VkPipelineSp> pipeline; in executeTest() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryCullRayFlagsTests.cpp | 337 Move<VkPipeline> pipeline; member in vkt::RayQuery::__anon29606::GraphicsConfiguration 772 Move<VkPipeline> pipeline; member in vkt::RayQuery::__anon29606::ComputeConfiguration
|
H A D | vktRayQueryMiscTests.cpp | 292 const auto pipeline = createComputePipeline(vkd, device, DE_NULL, &pipelineInfo); in iterate() local 965 Move<VkPipeline> pipeline = makePipeline(vk, device, *pipelineLayout, *vertexShader, *fragmentShader, *renderPass); in iterate() local
|