Searched refs:pipeline_data (Results 1 – 5 of 5) sorted by relevance
468 const PipelineData* pipeline_data) { in GetVkPipelineDepthStencilInfo() argument474 depthstencil_info.depthTestEnable = pipeline_data->GetEnableDepthTest(); in GetVkPipelineDepthStencilInfo()475 depthstencil_info.depthWriteEnable = pipeline_data->GetEnableDepthWrite(); in GetVkPipelineDepthStencilInfo()477 ToVkCompareOp(pipeline_data->GetDepthCompareOp()); in GetVkPipelineDepthStencilInfo()479 pipeline_data->GetEnableDepthBoundsTest(); in GetVkPipelineDepthStencilInfo()480 depthstencil_info.stencilTestEnable = pipeline_data->GetEnableStencilTest(); in GetVkPipelineDepthStencilInfo()483 ToVkStencilOp(pipeline_data->GetFrontFailOp()); in GetVkPipelineDepthStencilInfo()485 ToVkStencilOp(pipeline_data->GetFrontPassOp()); in GetVkPipelineDepthStencilInfo()487 ToVkStencilOp(pipeline_data->GetFrontDepthFailOp()); in GetVkPipelineDepthStencilInfo()489 ToVkCompareOp(pipeline_data->GetFrontCompareOp()); in GetVkPipelineDepthStencilInfo()[all …]
73 Result CreateVkGraphicsPipeline(const PipelineData* pipeline_data,82 const PipelineData* pipeline_data);84 GetVkPipelineColorBlendAttachmentState(const PipelineData* pipeline_data);
108 const PipelineData* pipeline_data);933 const PipelineData* pipeline_data) { in CreateRenderPipelineDescriptor() argument1041 if (pipeline_data == nullptr) { in CreateRenderPipelineDescriptor()1050 GetDawnFrontFace(pipeline_data->GetFrontFace()); in CreateRenderPipelineDescriptor()1051 rasterizationState.cullMode = GetDawnCullMode(pipeline_data->GetCullMode()); in CreateRenderPipelineDescriptor()1052 rasterizationState.depthBias = pipeline_data->GetEnableDepthBias(); in CreateRenderPipelineDescriptor()1054 pipeline_data->GetDepthBiasSlopeFactor(); in CreateRenderPipelineDescriptor()1055 rasterizationState.depthBiasClamp = pipeline_data->GetDepthBiasClamp(); in CreateRenderPipelineDescriptor()1060 if (pipeline_data == nullptr) { in CreateRenderPipelineDescriptor()1075 GetDawnBlendOperation(pipeline_data->GetColorBlendOp()); in CreateRenderPipelineDescriptor()[all …]
57 "src/pipeline_data.cc",
29 pipeline_data.cc