Searched refs:coverageToColorLocation (Results 1 – 10 of 10) sorted by relevance
| /device/generic/vulkan-cereal/protocols/vulkan/chapters/ |
| D | fragops.txt | 948 * pname:coverageToColorLocation controls which fragment shader color 955 output location with code:Location equal to pname:coverageToColorLocation 982 attachment at the location selected by pname:coverageToColorLocation,
|
| /device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/ |
| D | vulkan_core.h | 7437 uint32_t coverageToColorLocation; member
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 7578 …if (!((a->coverageToColorLocation) == (b->coverageToColorLocation))) { onFail("a->coverageToColorL… in checkEqual_VkPipelineCoverageToColorStateCreateInfoNV()
|
| D | goldfish_vk_marshaling.cpp | 19740 vkStream->write((uint32_t*)&forMarshaling->coverageToColorLocation, sizeof(uint32_t)); in marshal_VkPipelineCoverageToColorStateCreateInfoNV() 19768 vkStream->read((uint32_t*)&forUnmarshaling->coverageToColorLocation, sizeof(uint32_t)); in unmarshal_VkPipelineCoverageToColorStateCreateInfoNV()
|
| D | goldfish_vk_reserved_marshaling.cpp | 14656 memcpy((uint32_t*)&forUnmarshaling->coverageToColorLocation, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPipelineCoverageToColorStateCreateInfoNV()
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ |
| D | goldfish_vk_baseprotodefs.proto | 7675 // Original field: None uint32_t coverageToColorLocation. stringarray? 0 string? 0 hasLenInfo? 0 7676 optional uint32 coverageToColorLocation = 5; field
|
| /device/generic/vulkan-cereal/include/vulkan/ |
| D | vulkan_core.h | 9007 uint32_t coverageToColorLocation; member
|
| D | vulkan.hpp | 73984 …: flags( flags_ ), coverageToColorEnable( coverageToColorEnable_ ), coverageToColorLocation( cover… 74027 coverageToColorLocation = coverageToColorLocation_; in setCoverageToColorLocation() 74052 && ( coverageToColorLocation == rhs.coverageToColorLocation ); in operator ==() 74068 uint32_t coverageToColorLocation = {}; member
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 16422 vkStream->write((uint32_t*)&forMarshaling->coverageToColorLocation, sizeof(uint32_t)); in marshal_VkPipelineCoverageToColorStateCreateInfoNV() 16439 vkStream->read((uint32_t*)&forUnmarshaling->coverageToColorLocation, sizeof(uint32_t)); in unmarshal_VkPipelineCoverageToColorStateCreateInfoNV()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 11111 memcpy(*ptr, (uint32_t*)&forMarshaling->coverageToColorLocation, sizeof(uint32_t)); in reservedmarshal_VkPipelineCoverageToColorStateCreateInfoNV()
|