Home
last modified time | relevance | path

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

12

/external/vulkan-validation-layers/layers/
Dcore_validation_types.h510 pVICI->pVertexAttributeDescriptions,
511 pVICI->pVertexAttributeDescriptions + pVICI->vertexAttributeDescriptionCount);
Dcore_validation.cpp1861 … auto num_locations = get_locations_consumed_by_format(vi->pVertexAttributeDescriptions[i].format); in validate_vi_against_vs_inputs()
1863 … attribs[vi->pVertexAttributeDescriptions[i].location + j] = &vi->pVertexAttributeDescriptions[i]; in validate_vi_against_vs_inputs()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c770 .pVertexAttributeDescriptions = (VkVertexInputAttributeDescription[]) { in radv_device_init_meta_blit_color()
947 .pVertexAttributeDescriptions = (VkVertexInputAttributeDescription[]) { in radv_device_init_meta_blit_depth()
1126 .pVertexAttributeDescriptions = (VkVertexInputAttributeDescription[]) { in radv_device_init_meta_blit_stencil()
Dradv_meta_decompress.c164 .pVertexAttributeDescriptions = (VkVertexInputAttributeDescription[]) { in create_pipeline()
Dradv_meta_fast_clear.c166 .pVertexAttributeDescriptions = (VkVertexInputAttributeDescription[]) { in create_pipeline()
Dradv_pipeline.c1299 binding = input_state->pVertexAttributeDescriptions[i].binding; in radv_compute_vs_key()
1301 key.vs.instance_rate_inputs |= 1u << input_state->pVertexAttributeDescriptions[i].location; in radv_compute_vs_key()
1389 &vi_info->pVertexAttributeDescriptions[i]; in radv_pipeline_init()
Dradv_meta_resolve.c184 .pVertexAttributeDescriptions = (VkVertexInputAttributeDescription[]) { in create_pipeline()
Dradv_meta_clear.c279 .pVertexAttributeDescriptions = (VkVertexInputAttributeDescription[]) { in create_color_pipeline()
561 .pVertexAttributeDescriptions = (VkVertexInputAttributeDescription[]) { in create_depthstencil_pipeline()
Dradv_meta_blit2d.c552 .pVertexAttributeDescriptions = (VkVertexInputAttributeDescription[]) {
/external/vulkan-validation-layers/demos/smoke/
DMeshes.cpp425 vertex_input_state_.pVertexAttributeDescriptions = vertex_input_attrs_.data(); in Meshes()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp310 const vk::VkVertexInputAttributeDescription* pVertexAttributeDescriptions = NULL);
DvktDrawCreateInfoUtil.cpp713 pVertexAttributeDescriptions = _pVertexAttributeDescriptions; in VertexInputState()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp94 vertexInputInfo->pVertexAttributeDescriptions = attributeDesc; in setup_vertex_input_state()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1123 m_vi_state.pVertexAttributeDescriptions = VK_NULL_HANDLE; in VkPipelineObj()
1180 m_vi_state.pVertexAttributeDescriptions = vi_attrib; in AddVertexInputAttribs()
Dlayer_validation_tests.cpp718 … PipelineVertexInputStateCreateInfo.pVertexAttributeDescriptions = VertexInputAttributeDescription; in VkVerticesObj()
7097 vi_ci.pVertexAttributeDescriptions = nullptr; in TEST_F()
7260 vi_ci.pVertexAttributeDescriptions = nullptr; in TEST_F()
7416 vi_ci.pVertexAttributeDescriptions = nullptr; in TEST_F()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c1263 &vi_info->pVertexAttributeDescriptions[i]; in anv_pipeline_init()
DgenX_pipeline.c130 &info->pVertexAttributeDescriptions[i]; in emit_vertex_input()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp871 m_vertexInputStateParams.pVertexAttributeDescriptions = DE_NULL; in addPipelineInfo()
DvktSynchronizationSmokeTests.cpp399 vertexInputState.pVertexAttributeDescriptions = &attrList[0]; in createVertexInfo()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl618 const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp6468 , pVertexAttributeDescriptions( pVertexAttributeDescriptions_ ) in PipelineVertexInputStateCreateInfo()
6521 pVertexAttributeDescriptions = pVertexAttributeDescriptions_; in setPVertexAttributeDescriptions()
6538 && ( pVertexAttributeDescriptions == rhs.pVertexAttributeDescriptions ); in operator ==()
6555 const VertexInputAttributeDescription* pVertexAttributeDescriptions; member
Dvulkan.h1740 const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; member
/external/mesa3d/include/vulkan/
Dvulkan.h1749 const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h1846 const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1905 const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; member

12