Searched refs:pVertexInputState (Results 1 - 25 of 38) sorted by relevance

12

/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dcore_validation.h168 if (pCreateInfo->pVertexInputState) {
169 const VkPipelineVertexInputStateCreateInfo *pVICI = pCreateInfo->pVertexInputState;
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dcore_validation.h168 if (pCreateInfo->pVertexInputState) {
169 const VkPipelineVertexInputStateCreateInfo *pVICI = pCreateInfo->pVertexInputState;
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/include/
H A Dparameter_validation.h1567 skipCall |= validate_struct_type(report_data, "vkCreateGraphicsPipelines", "pCreateInfos[i].pVertexInputState", "VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO", pCreateInfos[createInfoIndex].pVertexInputState, VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO, true);
1569 if (pCreateInfos[createInfoIndex].pVertexInputState != NULL)
1571 skipCall |= validate_struct_pnext(report_data, "vkCreateGraphicsPipelines", "pCreateInfos[i].pVertexInputState->pNext", NULL, pCreateInfos[createInfoIndex].pVertexInputState->pNext, 0, NULL);
1573 skipCall |= validate_reserved_flags(report_data, "vkCreateGraphicsPipelines", "pCreateInfos[i].pVertexInputState->flags", pCreateInfos[createInfoIndex].pVertexInputState->flags);
1575 skipCall |= validate_array(report_data, "vkCreateGraphicsPipelines", "pCreateInfos[i].pVertexInputState->vertexBindingDescriptionCount", "pCreateInfos[i].pVertexInputState->pVertexBindingDescriptions", pCreateInfos[createInfoIndex].pVertexInputState
[all...]
H A Dvk_struct_validate_helper.h568 if (pStruct->pVertexInputState && !vk_validate_vkpipelinevertexinputstatecreateinfo((const VkPipelineVertexInputStateCreateInfo*)pStruct->pVertexInputState))
H A Dvk_safe_struct.h599 safe_VkPipelineVertexInputStateCreateInfo* pVertexInputState; member in struct:safe_VkGraphicsPipelineCreateInfo
H A Dvk_struct_size_helper.c518 structSize += vk_size_vkpipelinevertexinputstatecreateinfo(pStruct->pVertexInputState);
H A Dvk_struct_string_helper.h1509 if (pStruct->pVertexInputState) {
1510 tmpStr = vk_print_vkpipelinevertexinputstatecreateinfo(pStruct->pVertexInputState, extra_indent);
1513 snprintf(stp_strs[2], len, " %spVertexInputState (0x%p)\n%s", prefix, (void*)pStruct->pVertexInputState, tmpStr);
1583 snprintf(str, len, "%ssType = %s\n%spNext = 0x%p\n%sflags = %u\n%sstageCount = %u\n%spStages = 0x%p\n%spVertexInputState = 0x%p\n%spInputAssemblyState = 0x%p\n%spTessellationState = 0x%p\n%spViewportState = 0x%p\n%spRasterizationState = 0x%p\n%spMultisampleState = 0x%p\n%spDepthStencilState = 0x%p\n%spColorBlendState = 0x%p\n%spDynamicState = 0x%p\n%slayout = 0x%p\n%srenderPass = 0x%p\n%ssubpass = %u\n%sbasePipelineHandle = 0x%p\n%sbasePipelineIndex = %i\n", prefix, string_VkStructureType(pStruct->sType), prefix, (pStruct->pNext), prefix, (pStruct->flags), prefix, (pStruct->stageCount), prefix, (void*)(pStruct->pStages), prefix, (void*)(pStruct->pVertexInputState), prefix, (void*)(pStruct->pInputAssemblyState), prefix, (void*)(pStruct->pTessellationState), prefix, (void*)(pStruct->pViewportState), prefix, (void*)(pStruct->pRasterizationState), prefix, (void*)(pStruct->pMultisampleState), prefix, (void*)(pStruct->pDepthStencilState), prefix, (void*)(pStruct->pColorBlendState), prefix, (void*)(pStruct->pDynamicState), prefix, (void*)(pStruct->layout), prefix, (void*)(pStruct->renderPass), prefix, (pStruct->subpass), prefix, (void*)(pStruct->basePipelineHandle), prefix, (pStruct->basePipelineIndex));
H A Dvk_struct_string_helper_no_addr_cpp.h2371 if (pStruct->pVertexInputState) {
2373 tmp_str = vk_print_vkpipelinevertexinputstatecreateinfo(pStruct->pVertexInputState, extra_indent);
2374 ss[2] << "0x" << &pStruct->pVertexInputState;
2376 stp_strs[2] = " " + prefix + "pVertexInputState (addr)\n" + tmp_str;
2481 ss[4] << "0x" << pStruct->pVertexInputState;
2509 final_str = prefix + "sType = " + string_VkStructureType(pStruct->sType) + "\n" + prefix + "pNext = " + ss[0].str() + "\n" + prefix + "flags = " + ss[1].str() + "\n" + prefix + "stageCount = " + ss[2].str() + "\n" + prefix + "pStages = " + ss[3].str() + "\n" + prefix + "pVertexInputState = " + ss[4].str() + "\n" + prefix + "pInputAssemblyState = " + ss[5].str() + "\n" + prefix + "pTessellationState = " + ss[6].str() + "\n" + prefix + "pViewportState = " + ss[7].str() + "\n" + prefix + "pRasterizationState = " + ss[8].str() + "\n" + prefix + "pMultisampleState = " + ss[9].str() + "\n" + prefix + "pDepthStencilState = " + ss[10].str() + "\n" + prefix + "pColorBlendState = " + ss[11].str() + "\n" + prefix + "pDynamicState = " + ss[12].str() + "\n" + prefix + "layout = " + ss[13].str() + "\n" + prefix + "renderPass = " + ss[14].str() + "\n" + prefix + "subpass = " + ss[15].str() + "\n" + prefix + "basePipelineHandle = " + ss[16].str() + "\n" + prefix + "basePipelineIndex = " + ss[17].str() + "\n" + stp_strs[10] + stp_strs[9] + stp_strs[8] + stp_strs[7] + stp_strs[6] + stp_strs[5] + stp_strs[4] + stp_strs[3] + stp_strs[2] + stp_strs[1] + stp_strs[0];
H A Dvk_struct_wrappers.cpp2735 printf("%*s %spVertexInputState = 0x%p\n", m_indent, "", &m_dummy_prefix, (void*)(m_struct.pVertexInputState));
2803 if (m_struct.pVertexInputState) {
2804 vkpipelinevertexinputstatecreateinfo_struct_wrapper class8(m_struct.pVertexInputState);
H A Dvk_struct_string_helper_cpp.h2371 if (pStruct->pVertexInputState) {
2373 tmp_str = vk_print_vkpipelinevertexinputstatecreateinfo(pStruct->pVertexInputState, extra_indent);
2374 ss[2] << "0x" << &pStruct->pVertexInputState;
2376 stp_strs[2] = " " + prefix + "pVertexInputState (" + ss[2].str() + ")\n" + tmp_str;
2481 ss[4] << "0x" << pStruct->pVertexInputState;
2509 final_str = prefix + "sType = " + string_VkStructureType(pStruct->sType) + "\n" + prefix + "pNext = " + ss[0].str() + "\n" + prefix + "flags = " + ss[1].str() + "\n" + prefix + "stageCount = " + ss[2].str() + "\n" + prefix + "pStages = " + ss[3].str() + "\n" + prefix + "pVertexInputState = " + ss[4].str() + "\n" + prefix + "pInputAssemblyState = " + ss[5].str() + "\n" + prefix + "pTessellationState = " + ss[6].str() + "\n" + prefix + "pViewportState = " + ss[7].str() + "\n" + prefix + "pRasterizationState = " + ss[8].str() + "\n" + prefix + "pMultisampleState = " + ss[9].str() + "\n" + prefix + "pDepthStencilState = " + ss[10].str() + "\n" + prefix + "pColorBlendState = " + ss[11].str() + "\n" + prefix + "pDynamicState = " + ss[12].str() + "\n" + prefix + "layout = " + ss[13].str() + "\n" + prefix + "renderPass = " + ss[14].str() + "\n" + prefix + "subpass = " + ss[15].str() + "\n" + prefix + "basePipelineHandle = " + ss[16].str() + "\n" + prefix + "basePipelineIndex = " + ss[17].str() + "\n" + stp_strs[10] + stp_strs[9] + stp_strs[8] + stp_strs[7] + stp_strs[6] + stp_strs[5] + stp_strs[4] + stp_strs[3] + stp_strs[2] + stp_strs[1] + stp_strs[0];
H A Dvk_struct_string_helper_no_addr.h1509 if (pStruct->pVertexInputState) {
1510 tmpStr = vk_print_vkpipelinevertexinputstatecreateinfo(pStruct->pVertexInputState, extra_indent);
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
H A Dparameter_validation.h1567 skipCall |= validate_struct_type(report_data, "vkCreateGraphicsPipelines", "pCreateInfos[i].pVertexInputState", "VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO", pCreateInfos[createInfoIndex].pVertexInputState, VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO, true);
1569 if (pCreateInfos[createInfoIndex].pVertexInputState != NULL)
1571 skipCall |= validate_struct_pnext(report_data, "vkCreateGraphicsPipelines", "pCreateInfos[i].pVertexInputState->pNext", NULL, pCreateInfos[createInfoIndex].pVertexInputState->pNext, 0, NULL);
1573 skipCall |= validate_reserved_flags(report_data, "vkCreateGraphicsPipelines", "pCreateInfos[i].pVertexInputState->flags", pCreateInfos[createInfoIndex].pVertexInputState->flags);
1575 skipCall |= validate_array(report_data, "vkCreateGraphicsPipelines", "pCreateInfos[i].pVertexInputState->vertexBindingDescriptionCount", "pCreateInfos[i].pVertexInputState->pVertexBindingDescriptions", pCreateInfos[createInfoIndex].pVertexInputState
[all...]
H A Dvk_struct_validate_helper.h568 if (pStruct->pVertexInputState && !vk_validate_vkpipelinevertexinputstatecreateinfo((const VkPipelineVertexInputStateCreateInfo*)pStruct->pVertexInputState))
H A Dvk_safe_struct.h599 safe_VkPipelineVertexInputStateCreateInfo* pVertexInputState; member in struct:safe_VkGraphicsPipelineCreateInfo
H A Dvk_struct_size_helper.c518 structSize += vk_size_vkpipelinevertexinputstatecreateinfo(pStruct->pVertexInputState);
H A Dvk_struct_string_helper.h1509 if (pStruct->pVertexInputState) {
1510 tmpStr = vk_print_vkpipelinevertexinputstatecreateinfo(pStruct->pVertexInputState, extra_indent);
1513 snprintf(stp_strs[2], len, " %spVertexInputState (0x%p)\n%s", prefix, (void*)pStruct->pVertexInputState, tmpStr);
1583 snprintf(str, len, "%ssType = %s\n%spNext = 0x%p\n%sflags = %u\n%sstageCount = %u\n%spStages = 0x%p\n%spVertexInputState = 0x%p\n%spInputAssemblyState = 0x%p\n%spTessellationState = 0x%p\n%spViewportState = 0x%p\n%spRasterizationState = 0x%p\n%spMultisampleState = 0x%p\n%spDepthStencilState = 0x%p\n%spColorBlendState = 0x%p\n%spDynamicState = 0x%p\n%slayout = 0x%p\n%srenderPass = 0x%p\n%ssubpass = %u\n%sbasePipelineHandle = 0x%p\n%sbasePipelineIndex = %i\n", prefix, string_VkStructureType(pStruct->sType), prefix, (pStruct->pNext), prefix, (pStruct->flags), prefix, (pStruct->stageCount), prefix, (void*)(pStruct->pStages), prefix, (void*)(pStruct->pVertexInputState), prefix, (void*)(pStruct->pInputAssemblyState), prefix, (void*)(pStruct->pTessellationState), prefix, (void*)(pStruct->pViewportState), prefix, (void*)(pStruct->pRasterizationState), prefix, (void*)(pStruct->pMultisampleState), prefix, (void*)(pStruct->pDepthStencilState), prefix, (void*)(pStruct->pColorBlendState), prefix, (void*)(pStruct->pDynamicState), prefix, (void*)(pStruct->layout), prefix, (void*)(pStruct->renderPass), prefix, (pStruct->subpass), prefix, (void*)(pStruct->basePipelineHandle), prefix, (pStruct->basePipelineIndex));
H A Dvk_struct_string_helper_no_addr_cpp.h2371 if (pStruct->pVertexInputState) {
2373 tmp_str = vk_print_vkpipelinevertexinputstatecreateinfo(pStruct->pVertexInputState, extra_indent);
2374 ss[2] << "0x" << &pStruct->pVertexInputState;
2376 stp_strs[2] = " " + prefix + "pVertexInputState (addr)\n" + tmp_str;
2481 ss[4] << "0x" << pStruct->pVertexInputState;
2509 final_str = prefix + "sType = " + string_VkStructureType(pStruct->sType) + "\n" + prefix + "pNext = " + ss[0].str() + "\n" + prefix + "flags = " + ss[1].str() + "\n" + prefix + "stageCount = " + ss[2].str() + "\n" + prefix + "pStages = " + ss[3].str() + "\n" + prefix + "pVertexInputState = " + ss[4].str() + "\n" + prefix + "pInputAssemblyState = " + ss[5].str() + "\n" + prefix + "pTessellationState = " + ss[6].str() + "\n" + prefix + "pViewportState = " + ss[7].str() + "\n" + prefix + "pRasterizationState = " + ss[8].str() + "\n" + prefix + "pMultisampleState = " + ss[9].str() + "\n" + prefix + "pDepthStencilState = " + ss[10].str() + "\n" + prefix + "pColorBlendState = " + ss[11].str() + "\n" + prefix + "pDynamicState = " + ss[12].str() + "\n" + prefix + "layout = " + ss[13].str() + "\n" + prefix + "renderPass = " + ss[14].str() + "\n" + prefix + "subpass = " + ss[15].str() + "\n" + prefix + "basePipelineHandle = " + ss[16].str() + "\n" + prefix + "basePipelineIndex = " + ss[17].str() + "\n" + stp_strs[10] + stp_strs[9] + stp_strs[8] + stp_strs[7] + stp_strs[6] + stp_strs[5] + stp_strs[4] + stp_strs[3] + stp_strs[2] + stp_strs[1] + stp_strs[0];
H A Dvk_struct_wrappers.cpp2735 printf("%*s %spVertexInputState = 0x%p\n", m_indent, "", &m_dummy_prefix, (void*)(m_struct.pVertexInputState));
2803 if (m_struct.pVertexInputState) {
2804 vkpipelinevertexinputstatecreateinfo_struct_wrapper class8(m_struct.pVertexInputState);
H A Dvk_struct_string_helper_cpp.h2371 if (pStruct->pVertexInputState) {
2373 tmp_str = vk_print_vkpipelinevertexinputstatecreateinfo(pStruct->pVertexInputState, extra_indent);
2374 ss[2] << "0x" << &pStruct->pVertexInputState;
2376 stp_strs[2] = " " + prefix + "pVertexInputState (" + ss[2].str() + ")\n" + tmp_str;
2481 ss[4] << "0x" << pStruct->pVertexInputState;
2509 final_str = prefix + "sType = " + string_VkStructureType(pStruct->sType) + "\n" + prefix + "pNext = " + ss[0].str() + "\n" + prefix + "flags = " + ss[1].str() + "\n" + prefix + "stageCount = " + ss[2].str() + "\n" + prefix + "pStages = " + ss[3].str() + "\n" + prefix + "pVertexInputState = " + ss[4].str() + "\n" + prefix + "pInputAssemblyState = " + ss[5].str() + "\n" + prefix + "pTessellationState = " + ss[6].str() + "\n" + prefix + "pViewportState = " + ss[7].str() + "\n" + prefix + "pRasterizationState = " + ss[8].str() + "\n" + prefix + "pMultisampleState = " + ss[9].str() + "\n" + prefix + "pDepthStencilState = " + ss[10].str() + "\n" + prefix + "pColorBlendState = " + ss[11].str() + "\n" + prefix + "pDynamicState = " + ss[12].str() + "\n" + prefix + "layout = " + ss[13].str() + "\n" + prefix + "renderPass = " + ss[14].str() + "\n" + prefix + "subpass = " + ss[15].str() + "\n" + prefix + "basePipelineHandle = " + ss[16].str() + "\n" + prefix + "basePipelineIndex = " + ss[17].str() + "\n" + stp_strs[10] + stp_strs[9] + stp_strs[8] + stp_strs[7] + stp_strs[6] + stp_strs[5] + stp_strs[4] + stp_strs[3] + stp_strs[2] + stp_strs[1] + stp_strs[0];
H A Dvk_struct_string_helper_no_addr.h1509 if (pStruct->pVertexInputState) {
1510 tmpStr = vk_print_vkpipelinevertexinputstatecreateinfo(pStruct->pVertexInputState, extra_indent);
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dvk_safe_struct.cpp2152 if (pInStruct->pVertexInputState)
2153 pVertexInputState = new safe_VkPipelineVertexInputStateCreateInfo(pInStruct->pVertexInputState);
2155 pVertexInputState = NULL;
2210 if (src.pVertexInputState)
2211 pVertexInputState = new safe_VkPipelineVertexInputStateCreateInfo(*src.pVertexInputState);
2213 pVertexInputState = NULL;
2251 if (pVertexInputState)
2252 delete pVertexInputState;
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dvk_safe_struct.cpp2152 if (pInStruct->pVertexInputState)
2153 pVertexInputState = new safe_VkPipelineVertexInputStateCreateInfo(pInStruct->pVertexInputState);
2155 pVertexInputState = NULL;
2210 if (src.pVertexInputState)
2211 pVertexInputState = new safe_VkPipelineVertexInputStateCreateInfo(*src.pVertexInputState);
2213 pVertexInputState = NULL;
2251 if (pVertexInputState)
2252 delete pVertexInputState;
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dvk_safe_struct.cpp2152 if (pInStruct->pVertexInputState)
2153 pVertexInputState = new safe_VkPipelineVertexInputStateCreateInfo(pInStruct->pVertexInputState);
2155 pVertexInputState = NULL;
2210 if (src.pVertexInputState)
2211 pVertexInputState = new safe_VkPipelineVertexInputStateCreateInfo(*src.pVertexInputState);
2213 pVertexInputState = NULL;
2251 if (pVertexInputState)
2252 delete pVertexInputState;
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dvk_safe_struct.cpp2152 if (pInStruct->pVertexInputState)
2153 pVertexInputState = new safe_VkPipelineVertexInputStateCreateInfo(pInStruct->pVertexInputState);
2155 pVertexInputState = NULL;
2210 if (src.pVertexInputState)
2211 pVertexInputState = new safe_VkPipelineVertexInputStateCreateInfo(*src.pVertexInputState);
2213 pVertexInputState = NULL;
2251 if (pVertexInputState)
2252 delete pVertexInputState;
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/include/vulkan/
H A Dvulkan.h1861 const VkPipelineVertexInputStateCreateInfo* pVertexInputState; member in struct:VkGraphicsPipelineCreateInfo

Completed in 461 milliseconds

12