Home
last modified time | relevance | path

Searched refs:maxPushConstantsSize (Results 1 – 9 of 9) sorted by relevance

/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc94 visitor->Visit("maxPushConstantsSize", &limits->maxPushConstantsSize) && in Iterate()
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp107 sizeof(ShaderParamBlock) > physical_dev_props_.limits.maxPushConstantsSize) { in attach_shell()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp123 …{ 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/
DvkStructTypes.inl129 deUint32 maxPushConstantsSize; member
DvkStrUtilImpl.inl1610 s << "\tmaxPushConstantsSize = " << value.maxPushConstantsSize << '\n';
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c911 …ConstantsSize = 0x%" PRIxLEAST32 "\n", limits->maxPushConstantsSize in app_dump_limits()
/external/skia/third_party/vulkan/
Dvulkan.h1238 uint32_t maxPushConstantsSize; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1247 uint32_t maxPushConstantsSize; member
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp6639 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()