Home
last modified time | relevance | path

Searched refs:stencilInfo (Results 1 – 18 of 18) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp224 VkPipelineDepthStencilStateCreateInfo* stencilInfo) { in setup_depth_stencil_state() argument
225 memset(stencilInfo, 0, sizeof(VkPipelineDepthStencilStateCreateInfo)); in setup_depth_stencil_state()
226 stencilInfo->sType = VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO; in setup_depth_stencil_state()
227 stencilInfo->pNext = nullptr; in setup_depth_stencil_state()
228 stencilInfo->flags = 0; in setup_depth_stencil_state()
230 stencilInfo->depthTestEnable = VK_FALSE; in setup_depth_stencil_state()
231 stencilInfo->depthWriteEnable = VK_FALSE; in setup_depth_stencil_state()
232 stencilInfo->depthCompareOp = VK_COMPARE_OP_ALWAYS; in setup_depth_stencil_state()
233 stencilInfo->depthBoundsTestEnable = VK_FALSE; in setup_depth_stencil_state()
234 stencilInfo->stencilTestEnable = !stencilSettings.isDisabled(); in setup_depth_stencil_state()
[all …]
DGrVkCopyPipeline.cpp77 static const VkPipelineDepthStencilStateCreateInfo stencilInfo = { in Create() local
167 pipelineCreateInfo.pDepthStencilState = &stencilInfo; in Create()
DGrVkGpuCommandBuffer.cpp270 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in set() argument
289 get_vk_load_store_ops(stencilInfo.fLoadOp, stencilInfo.fStoreOp, in set()
DGrVkGpu.cpp301 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in getCommandBuffer() argument
306 fCachedRTCommandBuffer->set(rt, origin, colorInfo, stencilInfo); in getCommandBuffer()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp228 VkPipelineDepthStencilStateCreateInfo* stencilInfo) { in setup_depth_stencil_state() argument
229 memset(stencilInfo, 0, sizeof(VkPipelineDepthStencilStateCreateInfo)); in setup_depth_stencil_state()
230 stencilInfo->sType = VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO; in setup_depth_stencil_state()
231 stencilInfo->pNext = nullptr; in setup_depth_stencil_state()
232 stencilInfo->flags = 0; in setup_depth_stencil_state()
234 stencilInfo->depthTestEnable = VK_FALSE; in setup_depth_stencil_state()
235 stencilInfo->depthWriteEnable = VK_FALSE; in setup_depth_stencil_state()
236 stencilInfo->depthCompareOp = VK_COMPARE_OP_ALWAYS; in setup_depth_stencil_state()
237 stencilInfo->depthBoundsTestEnable = VK_FALSE; in setup_depth_stencil_state()
238 stencilInfo->stencilTestEnable = !stencilSettings.isDisabled(); in setup_depth_stencil_state()
[all …]
DGrVkCopyPipeline.cpp81 static const VkPipelineDepthStencilStateCreateInfo stencilInfo = { in Create() local
171 pipelineCreateInfo.pDepthStencilState = &stencilInfo; in Create()
DGrVkGpuCommandBuffer.cpp267 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in set() argument
286 get_vk_load_store_ops(stencilInfo.fLoadOp, stencilInfo.fStoreOp, in set()
DGrVkGpu.cpp301 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in getCommandBuffer() argument
306 fCachedRTCommandBuffer->set(rt, origin, colorInfo, stencilInfo); in getCommandBuffer()
/external/skia/src/gpu/gl/
DGrGLGpuCommandBuffer.cpp29 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in set() argument
36 fStencilLoadAndStoreInfo = stencilInfo; in set()
DGrGLGpu.cpp2459 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in getCommandBuffer() argument
2464 fCachedRTCommandBuffer->set(rt, origin, colorInfo, stencilInfo); in getCommandBuffer()
/external/skqp/src/gpu/gl/
DGrGLGpuCommandBuffer.cpp28 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in set() argument
35 fStencilLoadAndStoreInfo = stencilInfo; in set()
DGrGLGpu.cpp2428 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in getCommandBuffer() argument
2433 fCachedRTCommandBuffer->set(rt, origin, colorInfo, stencilInfo); in getCommandBuffer()
/external/skia/src/gpu/mtl/
DGrMtlGpuCommandBuffer.mm20 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo)
27 , fStencilLoadAndStoreInfo(stencilInfo)
43 switch (stencilInfo.fLoadOp) {
58 switch (stencilInfo.fStoreOp) {
DGrMtlGpuCommandBuffer.h48 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo);
DGrMtlGpu.mm114 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) {
115 return new GrMtlGpuRTCommandBuffer(this, renderTarget, origin, bounds, colorInfo, stencilInfo);
/external/skqp/src/gpu/mtl/
DGrMtlGpuCommandBuffer.mm20 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo)
27 , fStencilLoadAndStoreInfo(stencilInfo)
44 switch (stencilInfo.fLoadOp) {
60 switch (stencilInfo.fStoreOp) {
DGrMtlGpuCommandBuffer.h48 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo);
DGrMtlGpu.mm112 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) {
113 return new GrMtlGpuRTCommandBuffer(this, renderTarget, origin, bounds, colorInfo, stencilInfo);