Home
last modified time | relevance | path

Searched refs:pipeline_data (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.cc468 const PipelineData* pipeline_data) { in GetVkPipelineDepthStencilInfo() argument
474 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 …]
Dgraphics_pipeline.h73 Result CreateVkGraphicsPipeline(const PipelineData* pipeline_data,
82 const PipelineData* pipeline_data);
84 GetVkPipelineColorBlendAttachmentState(const PipelineData* pipeline_data);
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc108 const PipelineData* pipeline_data);
933 const PipelineData* pipeline_data) { in CreateRenderPipelineDescriptor() argument
1041 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 …]
/external/deqp-deps/amber/
DAndroid.bp57 "src/pipeline_data.cc",
/external/deqp-deps/amber/src/
DCMakeLists.txt29 pipeline_data.cc