Searched refs:mInputAssemblyAndColorBlendStateInfo (Results 1 – 2 of 2) sorted by relevance
1640 PackedInputAssemblyAndColorBlendStateInfo &inputAndBlend = mInputAssemblyAndColorBlendStateInfo; in initDefaults()1872 static_cast<VkPrimitiveTopology>(mInputAssemblyAndColorBlendStateInfo.primitive.topology); in initializePipeline()1883 static_cast<VkBool32>(mInputAssemblyAndColorBlendStateInfo.primitive.restartEnable); in initializePipeline()2001 mInputAssemblyAndColorBlendStateInfo; in initializePipeline()2137 SetBitField(mInputAssemblyAndColorBlendStateInfo.primitive.topology, vkTopology); in updateTopology()2139 transition->set(ANGLE_GET_TRANSITION_BIT(mInputAssemblyAndColorBlendStateInfo, primitive)); in updateTopology()2145 mInputAssemblyAndColorBlendStateInfo.primitive.restartEnable = in updatePrimitiveRestartEnabled()2147 transition->set(ANGLE_GET_TRANSITION_BIT(mInputAssemblyAndColorBlendStateInfo, primitive)); in updatePrimitiveRestartEnabled()2246 mInputAssemblyAndColorBlendStateInfo.blendConstants[0] = color.red; in updateBlendColor()2247 mInputAssemblyAndColorBlendStateInfo.blendConstants[1] = color.green; in updateBlendColor()[all …]
721 PackedInputAssemblyAndColorBlendStateInfo mInputAssemblyAndColorBlendStateInfo; variable