Home
last modified time | relevance | path

Searched refs:pVertexAttributeDescriptions (Results 1 – 25 of 74) sorted by relevance

123

/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_pipeline.h421 …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/
DvkSafetyCriticalUtil.cpp406 if (gpCI.pVertexInputState->pVertexAttributeDescriptions != DE_NULL) in calculateGraphicsPipelineHash()
408pVertexAttributeDescriptions[i].location, gpCI.pVertexInputState->pVertexAttributeDescriptions[i].… in calculateGraphicsPipelineHash()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_pipeline.c46 vertex_input_state.pVertexAttributeDescriptions = state->element_state->attribs; in zink_create_gfx_pipeline()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c109 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()
Dlvp_execute.c566 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/
Dvklayertests_pipeline_shader.cpp184 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()
Dvkrenderframework.cpp1594 m_vi_state.pVertexAttributeDescriptions = nullptr; in VkPipelineObj()
1660 m_vi_state.pVertexAttributeDescriptions = vi_attrib; in AddVertexInputAttribs()
Dlayer_validation_tests.cpp1261 … PipelineVertexInputStateCreateInfo.pVertexAttributeDescriptions = VertexInputAttributeDescription; in VkVerticesObj()
1303 pipelineHelper->vi_ci_.pVertexAttributeDescriptions = VertexInputAttributeDescription; in AddVertexInputToPipeHelpr()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp310 const vk::VkVertexInputAttributeDescription* pVertexAttributeDescriptions = NULL);
DvktDrawCreateInfoUtil.cpp713 pVertexAttributeDescriptions = _pVertexAttributeDescriptions; in VertexInputState()
/external/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp437 vertices.inputState.pVertexAttributeDescriptions = vertices.inputAttributes.data(); in addVertexBuffer()
/external/skia/src/gpu/ganesh/vk/
DGrVkPipeline.cpp142 vertexInputInfo->pVertexAttributeDescriptions = attributeDesc; in setup_vertex_input_state()
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp1037 &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()
Dshader_validation.cpp947 … 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/
Dvk_safe_struct.cpp2415 pVertexAttributeDescriptions(nullptr) in safe_VkPipelineVertexInputStateCreateInfo()
2422 if (in_struct->pVertexAttributeDescriptions) { in safe_VkPipelineVertexInputStateCreateInfo()
2423pVertexAttributeDescriptions = 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()
2448pVertexAttributeDescriptions = 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/
Dhelpers.cpp588 vs_input.pVertexAttributeDescriptions = vs_attributes; in create_graphics_pipeline()
/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.cc593 vertex_input_info.pVertexAttributeDescriptions = in CreateVkGraphicsPipeline()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkDeviceDriverImpl.inl1012 …eDescriptionCount, const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions) const
1014 …nCount, pVertexBindingDescriptions, vertexAttributeDescriptionCount, pVertexAttributeDescriptions);
DvkVirtualDeviceInterface.inl207 …escriptionCount, const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions) const …
DvkConcreteDeviceInterface.inl207 …DescriptionCount, const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions) const;
DvkDeviceDriverSCImpl.inl1712 …eDescriptionCount, const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions) const
1715 …nCount, pVertexBindingDescriptions, vertexAttributeDescriptionCount, pVertexAttributeDescriptions);
DvkNullDriverImpl.inl1747 …tributeDescriptionCount, const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions) argument
1753 DE_UNREF(pVertexAttributeDescriptions);
/external/swiftshader/src/Device/
DContext.cpp307 const auto &desc = vertexInputState->pVertexAttributeDescriptions[i]; in initialize()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c1263 &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/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp974 m_vertexInputStateParams.pVertexAttributeDescriptions = DE_NULL; in addPipelineInfo()

123