Searched refs:maxPushConstantsSize (Results 1 – 9 of 9) sorted by relevance
/external/vulkan-validation-layers/libs/vkjson/ |
D | vkjson.cc | 94 visitor->Visit("maxPushConstantsSize", &limits->maxPushConstantsSize) && in Iterate()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Smoke.cpp | 107 sizeof(ShaderParamBlock) > physical_dev_props_.limits.maxPushConstantsSize) { in attach_shell()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 123 …{ LIMIT(maxPushConstantsSize), 128, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN … in validateFeatureLimits() 798 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxPushConstantsSize), in deviceProperties()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 129 deUint32 maxPushConstantsSize; member
|
D | vkStrUtilImpl.inl | 1610 s << "\tmaxPushConstantsSize = " << value.maxPushConstantsSize << '\n';
|
/external/vulkan-validation-layers/demos/ |
D | vulkaninfo.c | 911 …ConstantsSize = 0x%" PRIxLEAST32 "\n", limits->maxPushConstantsSize … in app_dump_limits()
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 1238 uint32_t maxPushConstantsSize; member
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 1247 uint32_t maxPushConstantsSize; member
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 6639 if ((offset + size) > dev_data->physDevProperties.properties.limits.maxPushConstantsSize) { in validatePushConstantSize() 6643 … caller_name, offset, size, dev_data->physDevProperties.properties.limits.maxPushConstantsSize); in validatePushConstantSize() 8929 if ((offset + size) > dev_data->physDevProperties.properties.limits.maxPushConstantsSize) { in vkCmdPushConstants()
|