Lines Matching defs:offset
1319 scissor.offset.x = (int32_t)(pcmd->ClipRect.x - display_pos.x) > 0 ? (int32_t)(pcmd->ClipRect.x - display_pos.x) : 0;
1320 scissor.offset.y = (int32_t)(pcmd->ClipRect.y - display_pos.y) > 0 ? (int32_t)(pcmd->ClipRect.y - display_pos.y) : 0;
1497 /* Constants: we are using 'vec2 offset' and 'vec2 scale' instead of a full
1502 push_constants[0].offset = sizeof(float) * 0;
1532 attribute_desc[0].offset = IM_OFFSETOF(ImDrawVert, pos);
1536 attribute_desc[1].offset = IM_OFFSETOF(ImDrawVert, uv);
1540 attribute_desc[2].offset = IM_OFFSETOF(ImDrawVert, col);
2089 VkDeviceSize offset,
2097 device_data->vtable.CmdDrawIndirect(commandBuffer, buffer, offset, drawCount, stride);
2103 VkDeviceSize offset,
2111 device_data->vtable.CmdDrawIndexedIndirect(commandBuffer, buffer, offset, drawCount, stride);
2117 VkDeviceSize offset,
2127 device_data->vtable.CmdDrawIndirectCount(commandBuffer, buffer, offset,
2135 VkDeviceSize offset,
2145 device_data->vtable.CmdDrawIndexedIndirectCount(commandBuffer, buffer, offset,
2166 VkDeviceSize offset)
2172 device_data->vtable.CmdDispatchIndirect(commandBuffer, buffer, offset);