/external/virglrenderer/src/venus/venus-protocol/ |
D | vn_protocol_renderer_pipeline.h | 421 …val->pVertexAttributeDescriptions = vn_cs_decoder_alloc_temp(dec, sizeof(*val->pVertexAttributeDes… in vn_decode_VkPipelineVertexInputStateCreateInfo_self_temp() 422 if (!val->pVertexAttributeDescriptions) return; in vn_decode_VkPipelineVertexInputStateCreateInfo_self_temp() 424 …escription_temp(dec, &((VkVertexInputAttributeDescription *)val->pVertexAttributeDescriptions)[i]); in vn_decode_VkPipelineVertexInputStateCreateInfo_self_temp() 427 val->pVertexAttributeDescriptions = NULL; in vn_decode_VkPipelineVertexInputStateCreateInfo_self_temp() 456 if (val->pVertexAttributeDescriptions) { in vn_replace_VkPipelineVertexInputStateCreateInfo_handle_self() 458 …teDescription_handle(&((VkVertexInputAttributeDescription *)val->pVertexAttributeDescriptions)[i]); in vn_replace_VkPipelineVertexInputStateCreateInfo_handle_self()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkSafetyCriticalUtil.cpp | 406 if (gpCI.pVertexInputState->pVertexAttributeDescriptions != DE_NULL) in calculateGraphicsPipelineHash() 408 …pVertexAttributeDescriptions[i].location, gpCI.pVertexInputState->pVertexAttributeDescriptions[i].… in calculateGraphicsPipelineHash()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_pipeline.c | 46 vertex_input_state.pVertexAttributeDescriptions = state->element_state->attribs; in zink_create_gfx_pipeline()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pipeline.c | 109 free((void *)pipeline->graphics_create_info.pVertexInputState->pVertexAttributeDescriptions); in lvp_DestroyPipeline() 194 …memcpy(&dst_attrib_descriptions[i], &src->pVertexAttributeDescriptions[i], sizeof(VkVertexInputAtt… in deep_copy_vertex_input_state() 196 dst->pVertexAttributeDescriptions = dst_attrib_descriptions; in deep_copy_vertex_input_state()
|
D | lvp_execute.c | 566 unsigned location = vi->pVertexAttributeDescriptions[i].location; in handle_graphics_pipeline() 567 state->ve[location].src_offset = vi->pVertexAttributeDescriptions[i].offset; in handle_graphics_pipeline() 568 state->ve[location].vertex_buffer_index = vi->pVertexAttributeDescriptions[i].binding; in handle_graphics_pipeline() 569 … state->ve[location].src_format = vk_format_to_pipe(vi->pVertexAttributeDescriptions[i].format); in handle_graphics_pipeline() 570 …cation].instance_divisor = vi->pVertexBindingDescriptions[vi->pVertexAttributeDescriptions[i].bind… in handle_graphics_pipeline()
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_pipeline_shader.cpp | 184 helper.vi_ci_.pVertexAttributeDescriptions = &input_attribs; in TEST_F() 2310 helper.vi_ci_.pVertexAttributeDescriptions = &vertex_input_attribute_description; in TEST_F() 2331 helper.vi_ci_.pVertexAttributeDescriptions = &vertex_input_attribute_description; in TEST_F() 2381 helper.vi_ci_.pVertexAttributeDescriptions = &vertex_input_attribute_description; in TEST_F() 2584 helper.vi_ci_.pVertexAttributeDescriptions = &input_attrib; in TEST_F() 2624 helper.vi_ci_.pVertexAttributeDescriptions = input_attribs.data(); in TEST_F() 3305 helper.vi_ci_.pVertexAttributeDescriptions = &input_attrib; in TEST_F() 3330 helper.vi_ci_.pVertexAttributeDescriptions = &input_attrib; in TEST_F() 3389 helper.vi_ci_.pVertexAttributeDescriptions = &input_attrib; in TEST_F() 3658 helper.vi_ci_.pVertexAttributeDescriptions = &input_attrib; in TEST_F()
|
D | vkrenderframework.cpp | 1594 m_vi_state.pVertexAttributeDescriptions = nullptr; in VkPipelineObj() 1660 m_vi_state.pVertexAttributeDescriptions = vi_attrib; in AddVertexInputAttribs()
|
D | layer_validation_tests.cpp | 1261 … PipelineVertexInputStateCreateInfo.pVertexAttributeDescriptions = VertexInputAttributeDescription; in VkVerticesObj() 1303 pipelineHelper->vi_ci_.pVertexAttributeDescriptions = VertexInputAttributeDescription; in AddVertexInputToPipeHelpr()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 310 const vk::VkVertexInputAttributeDescription* pVertexAttributeDescriptions = NULL);
|
D | vktDrawCreateInfoUtil.cpp | 713 pVertexAttributeDescriptions = _pVertexAttributeDescriptions; in VertexInputState()
|
/external/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 437 vertices.inputState.pVertexAttributeDescriptions = vertices.inputAttributes.data(); in addVertexBuffer()
|
/external/skia/src/gpu/ganesh/vk/ |
D | GrVkPipeline.cpp | 142 vertexInputInfo->pVertexAttributeDescriptions = attributeDesc; in setup_vertex_input_state()
|
/external/vulkan-validation-layers/layers/ |
D | parameter_validation_utils.cpp | 1037 &vertex_input_state->pVertexAttributeDescriptions, false, true, kVUIDUndefined, in manual_PreCallValidateCreateGraphicsPipelines() 1053 if (pCreateInfos[i].pVertexInputState->pVertexAttributeDescriptions != NULL) { in manual_PreCallValidateCreateGraphicsPipelines() 1061 …pCreateInfos[i].pVertexInputState->pVertexAttributeDescriptions[vertexAttributeDescriptionIndex].f… in manual_PreCallValidateCreateGraphicsPipelines() 1119 … auto const &vertex_attrib_desc = vertex_input_state->pVertexAttributeDescriptions[d]; in manual_PreCallValidateCreateGraphicsPipelines()
|
D | shader_validation.cpp | 947 … auto num_locations = GetLocationsConsumedByFormat(vi->pVertexAttributeDescriptions[i].format); in ValidateViAgainstVsInputs() 949 … attribs[vi->pVertexAttributeDescriptions[i].location + j] = &vi->pVertexAttributeDescriptions[i]; in ValidateViAgainstVsInputs()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_safe_struct.cpp | 2415 pVertexAttributeDescriptions(nullptr) in safe_VkPipelineVertexInputStateCreateInfo() 2422 if (in_struct->pVertexAttributeDescriptions) { in safe_VkPipelineVertexInputStateCreateInfo() 2423 …pVertexAttributeDescriptions = new VkVertexInputAttributeDescription[in_struct->vertexAttributeDes… in safe_VkPipelineVertexInputStateCreateInfo() 2424 …memcpy ((void *)pVertexAttributeDescriptions, (void *)in_struct->pVertexAttributeDescriptions, siz… in safe_VkPipelineVertexInputStateCreateInfo() 2431 pVertexAttributeDescriptions(nullptr) in safe_VkPipelineVertexInputStateCreateInfo() 2441 pVertexAttributeDescriptions = nullptr; in safe_VkPipelineVertexInputStateCreateInfo() 2447 if (src.pVertexAttributeDescriptions) { in safe_VkPipelineVertexInputStateCreateInfo() 2448 …pVertexAttributeDescriptions = new VkVertexInputAttributeDescription[src.vertexAttributeDescriptio… in safe_VkPipelineVertexInputStateCreateInfo() 2449 …memcpy ((void *)pVertexAttributeDescriptions, (void *)src.pVertexAttributeDescriptions, sizeof(VkV… in safe_VkPipelineVertexInputStateCreateInfo() 2459 if (pVertexAttributeDescriptions) in operator =() [all …]
|
/external/mesa3d/src/amd/compiler/tests/ |
D | helpers.cpp | 588 vs_input.pVertexAttributeDescriptions = vs_attributes; in create_graphics_pipeline()
|
/external/deqp-deps/amber/src/vulkan/ |
D | graphics_pipeline.cc | 593 vertex_input_info.pVertexAttributeDescriptions = in CreateVkGraphicsPipeline()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkDeviceDriverImpl.inl | 1012 …eDescriptionCount, const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions) const 1014 …nCount, pVertexBindingDescriptions, vertexAttributeDescriptionCount, pVertexAttributeDescriptions);
|
D | vkVirtualDeviceInterface.inl | 207 …escriptionCount, const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions) const …
|
D | vkConcreteDeviceInterface.inl | 207 …DescriptionCount, const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions) const;
|
D | vkDeviceDriverSCImpl.inl | 1712 …eDescriptionCount, const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions) const 1715 …nCount, pVertexBindingDescriptions, vertexAttributeDescriptionCount, pVertexAttributeDescriptions);
|
D | vkNullDriverImpl.inl | 1747 …tributeDescriptionCount, const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions) argument 1753 DE_UNREF(pVertexAttributeDescriptions);
|
/external/swiftshader/src/Device/ |
D | Context.cpp | 307 const auto &desc = vertexInputState->pVertexAttributeDescriptions[i]; in initialize()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 1263 &vi_info->pVertexAttributeDescriptions[i]; in pipeline_populate_v3d_vs_key() 2947 &vi_info->pVertexAttributeDescriptions[i]; in pipeline_init()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 974 m_vertexInputStateParams.pVertexAttributeDescriptions = DE_NULL; in addPipelineInfo()
|