Searched defs:lastBound (Results 1 - 2 of 2) sorted by relevance

/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dcore_validation_types.h394 // Currently storing "lastBound" objects on per-CB basis
395 // long-term may want to create caches of "lastBound" states and could have
396 // each individual CMD_NODE referencing its own "lastBound" state
398 LAST_BOUND_STATE lastBound[VK_PIPELINE_BIND_POINT_RANGE_SIZE]; member in struct:GLOBAL_CB_NODE
438 // MTMTODO : Scrub these data fields and merge active sets w/ lastBound as appropriate
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dcore_validation_types.h394 // Currently storing "lastBound" objects on per-CB basis
395 // long-term may want to create caches of "lastBound" states and could have
396 // each individual CMD_NODE referencing its own "lastBound" state
398 LAST_BOUND_STATE lastBound[VK_PIPELINE_BIND_POINT_RANGE_SIZE]; member in struct:GLOBAL_CB_NODE
438 // MTMTODO : Scrub these data fields and merge active sets w/ lastBound as appropriate

Completed in 57 milliseconds