Home
last modified time | relevance | path

Searched refs:pVertexAttributeDescriptions (Results 1 - 25 of 55) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSafetyCriticalUtil.cpp406 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 DvkPipelineConstructionUtil.cpp90 &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 Dv3dvx_pipeline.c640 &vi_info->pVertexAttributeDescriptions[i]; in pipeline_pack_compile_state()
H A Dv3dv_pipeline.c1387 &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 Dzink_pipeline.c62 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 DvktPipelineInputAttributeOffsetTests.cpp409 pipelineVertexInputState->pVertexAttributeDescriptions = &vertexInputAttribute; in iterate()
H A DvktPipelineRobustnessCacheTests.cpp337 DE_NULL, // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; in iterate()
359 vertexInputStateCreateInfo.pVertexAttributeDescriptions = attributeDescriptions.data(); in iterate()
H A DvktPipelineBindVertexBuffers2Tests.cpp363 vertexInputState.pVertexAttributeDescriptions = attributes.data(); in iterate()
681 vertexInputState.pVertexAttributeDescriptions = attributes.data(); in createPipeline()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_pipeline.h414 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 DvktDrawCreateInfoUtil.hpp310 const vk::VkVertexInputAttributeDescription* pVertexAttributeDescriptions = NULL);
H A DvktDrawCreateInfoUtil.cpp713 pVertexAttributeDescriptions = _pVertexAttributeDescriptions; in VertexInputState()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp310 const vk::VkVertexInputAttributeDescription* pVertexAttributeDescriptions = NULL);
H A DvktDrawCreateInfoUtil.cpp713 pVertexAttributeDescriptions = _pVertexAttributeDescriptions; in VertexInputState()
/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp147 vertexInputInfo->pVertexAttributeDescriptions = attributeDesc; in setup_vertex_input_state()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DDrawTester.cpp437 vertices.inputState.pVertexAttributeDescriptions = vertices.inputAttributes.data(); in addVertexBuffer()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPipelineVk.cpp600 createInfo.pVertexAttributeDescriptions = tempAllocations->attributes.data(); in ComputeVertexInputDesc()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.c244 &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 DvktDynamicStateLineWidthTests.cpp291 inputCreateInfo.pVertexAttributeDescriptions = &attribute; in buildPipeline()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dgraphics_pipeline.cc593 vertex_input_info.pVertexAttributeDescriptions = in CreateVkGraphicsPipeline()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.cpp196 auto const &desc = vertexInputState->pVertexAttributeDescriptions[i]; in Inputs()
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp747 vs_input.pVertexAttributeDescriptions = vs_attributes; in create_graphics_pipeline()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c854 &info->pVertexAttributeDescriptions[i]; in panvk_pipeline_builder_parse_vertex_input()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_pipeline.c280 &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 DvktSynchronizationInternallySynchronizedObjectsTests.cpp974 m_vertexInputStateParams.pVertexAttributeDescriptions = DE_NULL; in addPipelineInfo()
H A DvktSynchronizationSmokeTests.cpp467 vertexInputState.pVertexAttributeDescriptions = &attrList[0]; in createVertexInfo()

Completed in 45 milliseconds

123