/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkSafetyCriticalUtil.cpp | 406 if (gpCI.pVertexInputState->pVertexAttributeDescriptions != DE_NULL) in calculateGraphicsPipelineHash() 408 hash_combine(seed, gpCI.pVertexInputState->pVertexAttributeDescriptions[i].location, gpCI.pVertexInputState->pVertexAttributeDescriptions[i].binding, deUint32(gpCI.pVertexInputState->pVertexAttributeDescriptions[i].format), gpCI.pVertexInputState->pVertexAttributeDescriptions[i].offset); in calculateGraphicsPipelineHash() 755 DE_NULL // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; in prepareSimpleGraphicsPipelineCI()
|
H A D | vkPipelineConstructionUtil.cpp | 90 &defaultVertexInputAttributeDescription // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions 3692 state->attributes[i].location = pointerToCreateInfo->pVertexInputState->pVertexAttributeDescriptions[i].location; in buildPipeline() 3693 state->attributes[i].binding = pointerToCreateInfo->pVertexInputState->pVertexAttributeDescriptions[i].binding; in buildPipeline() 3694 state->attributes[i].format = pointerToCreateInfo->pVertexInputState->pVertexAttributeDescriptions[i].format; in buildPipeline() 3695 state->attributes[i].offset = pointerToCreateInfo->pVertexInputState->pVertexAttributeDescriptions[i].offset; in buildPipeline()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_pipeline.c | 640 &vi_info->pVertexAttributeDescriptions[i]; in pipeline_pack_compile_state()
|
H A D | v3dv_pipeline.c | 1387 &vi_info->pVertexAttributeDescriptions[i]; in pipeline_populate_v3d_vs_key() 2013 &vi_info->pVertexAttributeDescriptions[i]; in pipeline_populate_graphics_key()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_pipeline.c | 62 vertex_input_state.pVertexAttributeDescriptions = state->element_state->attribs; in zink_create_gfx_pipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineInputAttributeOffsetTests.cpp | 409 pipelineVertexInputState->pVertexAttributeDescriptions = &vertexInputAttribute; in iterate()
|
H A D | vktPipelineRobustnessCacheTests.cpp | 337 DE_NULL, // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; in iterate() 359 vertexInputStateCreateInfo.pVertexAttributeDescriptions = attributeDescriptions.data(); in iterate()
|
H A D | vktPipelineBindVertexBuffers2Tests.cpp | 363 vertexInputState.pVertexAttributeDescriptions = attributes.data(); in iterate() 681 vertexInputState.pVertexAttributeDescriptions = attributes.data(); in createPipeline()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_pipeline.h | 414 if (val->pVertexAttributeDescriptions) { in vn_sizeof_VkPipelineVertexInputStateCreateInfo_self() 417 size += vn_sizeof_VkVertexInputAttributeDescription(&val->pVertexAttributeDescriptions[i]); in vn_sizeof_VkPipelineVertexInputStateCreateInfo_self() 475 if (val->pVertexAttributeDescriptions) { in vn_encode_VkPipelineVertexInputStateCreateInfo_self() 478 vn_encode_VkVertexInputAttributeDescription(enc, &val->pVertexAttributeDescriptions[i]); in vn_encode_VkPipelineVertexInputStateCreateInfo_self()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.hpp | 310 const vk::VkVertexInputAttributeDescription* pVertexAttributeDescriptions = NULL);
|
H A D | vktDrawCreateInfoUtil.cpp | 713 pVertexAttributeDescriptions = _pVertexAttributeDescriptions; in VertexInputState()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.hpp | 310 const vk::VkVertexInputAttributeDescription* pVertexAttributeDescriptions = NULL);
|
H A D | vktDrawCreateInfoUtil.cpp | 713 pVertexAttributeDescriptions = _pVertexAttributeDescriptions; in VertexInputState()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipeline.cpp | 147 vertexInputInfo->pVertexAttributeDescriptions = attributeDesc; in setup_vertex_input_state()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.cpp | 437 vertices.inputState.pVertexAttributeDescriptions = vertices.inputAttributes.data(); in addVertexBuffer()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPipelineVk.cpp | 600 createInfo.pVertexAttributeDescriptions = tempAllocations->attributes.data(); in ComputeVertexInputDesc()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_graphics_state.c | 244 &vi_info->pVertexAttributeDescriptions[i]; in vk_vertex_input_state_init() 1660 const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions) in vk_common_CmdSetVertexInputEXT() 1689 &pVertexAttributeDescriptions[i]; in vk_common_CmdSetVertexInputEXT() 1656 vk_common_CmdSetVertexInputEXT(VkCommandBuffer commandBuffer, uint32_t vertexBindingDescriptionCount, const VkVertexInputBindingDescription2EXT* pVertexBindingDescriptions, uint32_t vertexAttributeDescriptionCount, const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions) vk_common_CmdSetVertexInputEXT() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateLineWidthTests.cpp | 291 inputCreateInfo.pVertexAttributeDescriptions = &attribute; in buildPipeline()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | graphics_pipeline.cc | 593 vertex_input_info.pVertexAttributeDescriptions = in CreateVkGraphicsPipeline()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Context.cpp | 196 auto const &desc = vertexInputState->pVertexAttributeDescriptions[i]; in Inputs()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.cpp | 747 vs_input.pVertexAttributeDescriptions = vs_attributes; in create_graphics_pipeline()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_pipeline.c | 854 &info->pVertexAttributeDescriptions[i]; in panvk_pipeline_builder_parse_vertex_input()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_pipeline.c | 280 &vertex_input_state->pVertexAttributeDescriptions[i]; in pvr_pds_vertex_attrib_init_dma_descriptions() 300 * pVertexAttributeDescriptions, a in pvr_pds_vertex_attrib_init_dma_descriptions()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 974 m_vertexInputStateParams.pVertexAttributeDescriptions = DE_NULL; in addPipelineInfo()
|
H A D | vktSynchronizationSmokeTests.cpp | 467 vertexInputState.pVertexAttributeDescriptions = &attrList[0]; in createVertexInfo()
|