Searched defs:blendDesc (Results 1 – 3 of 3) sorted by relevance
120 D3D11_BLEND_DESC blendDesc = {}; // avoid undefined fields in getBlendState() local
232 D3D12_RENDER_TARGET_BLEND_DESC blendDesc; in ComputeColorDesc() local
351 static void fill_in_blend_state(const GrPipeline& pipeline, D3D12_BLEND_DESC* blendDesc) { in fill_in_blend_state()