Home
last modified time | relevance | path

Searched defs:VulkanPipelineRasterStateKey (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Vulkan/
H A DStateMappingVulkan.h25 struct VulkanPipelineRasterStateKey { struct
27 unsigned int blendEnable : 1;
28 unsigned int srcColor : 5; // VkBlendFactor
29 unsigned int destColor : 5; // VkBlendFactor
30 unsigned int srcAlpha : 5; // VkBlendFactor
31 unsigned int destAlpha : 5; // VkBlendFactor
33 unsigned int blendOpColor : 3; // VkBlendOp
57 bool operator < (const VulkanPipelineRasterStateKey &other) const { argument
58 size_t size = sizeof(VulkanPipelineRasterStateKey); argument
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Vulkan/
H A DStateMappingVulkan.h25 struct VulkanPipelineRasterStateKey { struct
27 unsigned int blendEnable : 1;
28 unsigned int srcColor : 5; // VkBlendFactor
29 unsigned int destColor : 5; // VkBlendFactor
30 unsigned int srcAlpha : 5; // VkBlendFactor
31 unsigned int destAlpha : 5; // VkBlendFactor
33 unsigned int blendOpColor : 3; // VkBlendOp
57 bool operator < (const VulkanPipelineRasterStateKey &other) const { argument
58 size_t size = sizeof(VulkanPipelineRasterStateKey); argument
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Vulkan/
H A DStateMappingVulkan.h25 struct VulkanPipelineRasterStateKey { struct
27 unsigned int blendEnable : 1;
28 unsigned int srcColor : 5; // VkBlendFactor
29 unsigned int destColor : 5; // VkBlendFactor
30 unsigned int srcAlpha : 5; // VkBlendFactor
31 unsigned int destAlpha : 5; // VkBlendFactor
33 unsigned int blendOpColor : 3; // VkBlendOp
57 bool operator < (const VulkanPipelineRasterStateKey &other) const { argument
58 size_t size = sizeof(VulkanPipelineRasterStateKey); argument