HomeSort by: relevance | last modified time | path
    Searched refs:attribute_desc (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
overlay.cpp 1247 VkVertexInputAttributeDescription attribute_desc[3] = {}; local
1248 attribute_desc[0].location = 0;
1249 attribute_desc[0].binding = binding_desc[0].binding;
1250 attribute_desc[0].format = VK_FORMAT_R32G32_SFLOAT;
1251 attribute_desc[0].offset = IM_OFFSETOF(ImDrawVert, pos);
1252 attribute_desc[1].location = 1;
1253 attribute_desc[1].binding = binding_desc[0].binding;
1254 attribute_desc[1].format = VK_FORMAT_R32G32_SFLOAT;
1255 attribute_desc[1].offset = IM_OFFSETOF(ImDrawVert, uv);
1256 attribute_desc[2].location = 2
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
overlay.cpp 1528 VkVertexInputAttributeDescription attribute_desc[3] = {}; local
1529 attribute_desc[0].location = 0;
1530 attribute_desc[0].binding = binding_desc[0].binding;
1531 attribute_desc[0].format = VK_FORMAT_R32G32_SFLOAT;
1532 attribute_desc[0].offset = IM_OFFSETOF(ImDrawVert, pos);
1533 attribute_desc[1].location = 1;
1534 attribute_desc[1].binding = binding_desc[0].binding;
1535 attribute_desc[1].format = VK_FORMAT_R32G32_SFLOAT;
1536 attribute_desc[1].offset = IM_OFFSETOF(ImDrawVert, uv);
1537 attribute_desc[2].location = 2
    [all...]

Completed in 7 milliseconds