Searched refs:attribute_desc (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1247 VkVertexInputAttributeDescription attribute_desc[3] = {}; local in function:setup_swapchain_data_pipeline
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[
[all...]
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1528 VkVertexInputAttributeDescription attribute_desc[3] = {}; local in function:setup_swapchain_data_pipeline
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[
[all...]

Completed in 7 milliseconds