Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc126 std::array<::dawn::ColorStateDescriptor*, kMaxColorAttachments> colorStates; member
1114 colorStates[i] = &colorStatesDescriptor[i]; in CreateRenderPipelineDescriptor()
1115 colorStates[i]->format = fb_format; in CreateRenderPipelineDescriptor()
1117 renderPipelineDescriptor.colorStates = colorStates[0]; in CreateRenderPipelineDescriptor()