Searched refs:maxGeometryOutputComponents (Results 1 – 20 of 20) sorted by relevance
| /device/generic/vulkan-cereal/protocols/vulkan/api/structs/ |
| D | VkPhysicalDeviceLimits.txt | 50 uint32_t maxGeometryOutputComponents;
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
| D | vk_caps_utils.cpp | 545 mNativeCaps.maxGeometryOutputComponents = LimitToInt(limitsVk.maxGeometryOutputComponents); in ensureCapsInitialized()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | Compiler.cpp | 194 mResources.MaxGeometryOutputComponents = caps.maxGeometryOutputComponents; in Compiler()
|
| D | Caps.h | 843 GLint maxGeometryOutputComponents = 0; member
|
| D | Caps.cpp | 1288 caps.maxGeometryOutputComponents = 64; in GenerateMinimumCaps()
|
| D | Context.cpp | 1735 *params = mState.mCaps.maxGeometryOutputComponents; in getIntegervImpl()
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/third_party/ |
| D | vulkan_command_buffer_utils.h | 401 Resources.maxGeometryOutputComponents = 128; in init_resources()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/ |
| D | glslang_wrapper_utils.cpp | 89 outBuiltInResources->maxGeometryOutputComponents = caps.maxGeometryOutputComponents; in GetBuiltInResourcesFromCaps()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
| D | renderergl_utils.cpp | 1434 caps->maxGeometryOutputComponents = in GenerateCaps()
|
| /device/generic/vulkan-cereal/protocols/vulkan/chapters/ |
| D | features.txt | 1782 * [[features-limits-maxGeometryOutputComponents]] 1783 pname:maxGeometryOutputComponents is the maximum number of components of 3149 | code:uint32_t | pname:maxGeometryOutputComponents | pname:geometryShader 3281 | pname:maxGeometryOutputComponents | 0 | 64 | min
|
| D | interfaces.txt | 258 | geometry output | pname:maxGeometryOutputComponents / 4
|
| /device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/ |
| D | vulkan_core.h | 1828 uint32_t maxGeometryOutputComponents; member
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 456 …if (!((a->maxGeometryOutputComponents) == (b->maxGeometryOutputComponents))) { onFail("a->maxGeome… in checkEqual_VkPhysicalDeviceLimits()
|
| D | goldfish_vk_marshaling.cpp | 956 vkStream->write((uint32_t*)&forMarshaling->maxGeometryOutputComponents, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits() 1071 vkStream->read((uint32_t*)&forUnmarshaling->maxGeometryOutputComponents, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
|
| D | goldfish_vk_reserved_marshaling.cpp | 769 memcpy((uint32_t*)&forUnmarshaling->maxGeometryOutputComponents, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ |
| D | goldfish_vk_baseprotodefs.proto | 360 …// Original field: None uint32_t maxGeometryOutputComponents. stringarray? 0 string? 0 hasLenInfo?… 361 optional uint32 maxGeometryOutputComponents = 45; field
|
| /device/generic/vulkan-cereal/include/vulkan/ |
| D | vulkan_core.h | 2285 uint32_t maxGeometryOutputComponents; member
|
| D | vulkan.hpp | 52661 … ), maxGeometryInputComponents( maxGeometryInputComponents_ ), maxGeometryOutputComponents( maxGeo… 52745 && ( maxGeometryOutputComponents == rhs.maxGeometryOutputComponents ) in operator ==() 52862 uint32_t maxGeometryOutputComponents = {}; member
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 896 vkStream->write((uint32_t*)&forMarshaling->maxGeometryOutputComponents, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits() 1011 vkStream->read((uint32_t*)&forUnmarshaling->maxGeometryOutputComponents, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 795 memcpy(*ptr, (uint32_t*)&forMarshaling->maxGeometryOutputComponents, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
|