Home
last modified time | relevance | path

Searched refs:templateType (Results 1 – 22 of 22) sorted by relevance

/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp2214 TType templateType; in acceptConstantBufferType() local
2215 if (! acceptType(templateType)) { in acceptConstantBufferType()
2229 if (templateType.isStruct()) { in acceptConstantBufferType()
2231 TTypeList* typeList = templateType.getWritableStruct(); in acceptConstantBufferType()
2255 TType templateType; in acceptTextureBufferType() local
2256 if (! acceptType(templateType)) { in acceptTextureBufferType()
2266 templateType.getQualifier().storage = EvqBuffer; in acceptTextureBufferType()
2267 templateType.getQualifier().readonly = true; in acceptTextureBufferType()
2269 TType blockType(templateType.getWritableStruct(), "", templateType.getQualifier()); in acceptTextureBufferType()
2328 TType* templateType = new TType; in acceptStructBufferType() local
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c1241 if (pCreateInfo->templateType == VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR) { in radv_CreateDescriptorUpdateTemplate()
1267 assert(pCreateInfo->templateType == VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET); in radv_CreateDescriptorUpdateTemplate()
1276 if (pCreateInfo->templateType == VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR && in radv_CreateDescriptorUpdateTemplate()
/external/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.c971 if (pCreateInfo->templateType == VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR) { in tu_CreateDescriptorUpdateTemplate()
1003 if (pCreateInfo->templateType == VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR && in tu_CreateDescriptorUpdateTemplate()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp1864 if (auto *templateType = in CollectTemplateParams() local
1866 if (templateType->hasDefaultArgument()) in CollectTemplateParams()
1868 templateType->getDefaultArgument() == TA.getAsType(); in CollectTemplateParams()
1877 if (auto *templateType = in CollectTemplateParams() local
1879 if (templateType->hasDefaultArgument() && in CollectTemplateParams()
1880 !templateType->getDefaultArgument()->isValueDependent()) in CollectTemplateParams()
1882 templateType->getDefaultArgument()->EvaluateKnownConstInt( in CollectTemplateParams()
/external/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c1775 if (pCreateInfo->templateType == VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET) in anv_CreateDescriptorUpdateTemplate()
/external/vulkan-validation-layers/tests/
Dvklayertests_descriptor_renderpass_framebuffer.cpp5404 update_template_ci.templateType = VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET; in TEST_F()
5434 push_template_ci.templateType = VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR; in TEST_F()
6970 create_info.templateType = VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET; in TEST_F()
6975 create_info.templateType = VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR; in TEST_F()
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp3597 if(pCreateInfo->templateType != VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET) in vkCreateDescriptorUpdateTemplate()
3599 UNSUPPORTED("pCreateInfo->templateType %d", int(pCreateInfo->templateType)); in vkCreateDescriptorUpdateTemplate()
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp1768 …VkDescriptorSetLayout effective_dsl = create_info.templateType == VK_DESCRIPTOR_UPDATE_TEMPLATE_TY… in DecodedTemplateUpdate()
Dcore_validation.cpp13800 if (VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET == pCreateInfo->templateType && !layout) { in ValidateDescriptorUpdateTemplate()
13806 … } else if (VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR == pCreateInfo->templateType) { in ValidateDescriptorUpdateTemplate()
13900 …if (template_state->create_info.templateType == VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET)… in ValidateUpdateDescriptorSetWithTemplate()
13928 …if (template_state->create_info.templateType == VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET)… in RecordUpdateDescriptorSetWithTemplateState()
13993 if (template_ci.templateType != VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR) { in PreCallValidateCmdPushDescriptorSetWithTemplateKHR()
/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.cpp5272 …teTemplateType", AllVkDescriptorUpdateTemplateTypeEnums, pCreateInfo->templateType, "VUID-VkDescri… in PreCallValidateCreateDescriptorUpdateTemplate()
6741 …teTemplateType", AllVkDescriptorUpdateTemplateTypeEnums, pCreateInfo->templateType, "VUID-VkDescri… in PreCallValidateCreateDescriptorUpdateTemplateKHR()
Dvk_safe_struct.h1845 VkDescriptorUpdateTemplateType templateType; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl1606 VkDescriptorUpdateTemplateType templateType; member
DvkVulkan_c.inl5819 VkDescriptorUpdateTemplateType templateType; member
DvkStrUtilImpl.inl6443 s << "\ttemplateType = " << value.templateType << '\n';
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h4244 VkDescriptorUpdateTemplateType templateType; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4244 VkDescriptorUpdateTemplateType templateType; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h4607 VkDescriptorUpdateTemplateType templateType; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h4603 VkDescriptorUpdateTemplateType templateType; member
/external/guice/extensions/struts2/lib/
Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/mesa3d/include/vulkan/
Dvulkan_core.h4603 VkDescriptorUpdateTemplateType templateType; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_core.h4915 VkDescriptorUpdateTemplateType templateType; member
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...