Searched refs:mInputAssemblyAndColorBlendStateInfo (Results 1 – 2 of 2) sorted by relevance
1870 PackedInputAssemblyAndColorBlendStateInfo &inputAndBlend = mInputAssemblyAndColorBlendStateInfo; in initDefaults()2107 static_cast<VkPrimitiveTopology>(mInputAssemblyAndColorBlendStateInfo.primitive.topology); in initializePipeline()2118 static_cast<VkBool32>(mInputAssemblyAndColorBlendStateInfo.primitive.restartEnable); in initializePipeline()2247 mInputAssemblyAndColorBlendStateInfo; in initializePipeline()2401 SetBitField(mInputAssemblyAndColorBlendStateInfo.primitive.topology, vkTopology); in setTopology()2408 transition->set(ANGLE_GET_TRANSITION_BIT(mInputAssemblyAndColorBlendStateInfo, primitive)); in updateTopology()2421 mInputAssemblyAndColorBlendStateInfo.primitive.restartEnable = in updatePrimitiveRestartEnabled()2423 transition->set(ANGLE_GET_TRANSITION_BIT(mInputAssemblyAndColorBlendStateInfo, primitive)); in updatePrimitiveRestartEnabled()2522 mInputAssemblyAndColorBlendStateInfo.blendConstants[0] = color.red; in updateBlendColor()2523 mInputAssemblyAndColorBlendStateInfo.blendConstants[1] = color.green; in updateBlendColor()[all …]
745 PackedInputAssemblyAndColorBlendStateInfo mInputAssemblyAndColorBlendStateInfo; variable