Home | History | Annotate | Download | only in layers

Lines Matching refs:apiName

547                                                   const char *apiName) {
803 VkDebugReportObjectTypeEXT type, const char *apiName) {
809 "MEM", "In %s, attempting to Bind Obj(%#" PRIxLEAST64 ") to NULL", apiName, handle);
816 object_type_to_string(type), apiName, handle);
829 apiName, (uint64_t)mem, handle, (uint64_t)pPrevBinding->mem);
859 VkDebugReportObjectTypeEXT type, const char *apiName) {
869 "In %s, attempting to update Binding of Obj(%#" PRIxLEAST64 ") that's not in global list()", apiName, handle);
4581 // Flags validation error if the associated call is made inside a render pass. The apiName
4583 static VkBool32 insideRenderPass(const layer_data *my_data, GLOBAL_CB_NODE *pCB, const char *apiName) {
4588 "%s: It is invalid to issue this call inside an active render pass (%#" PRIxLEAST64 ")", apiName,
4594 // Flags validation error if the associated call is made outside a render pass. The apiName
4596 static VkBool32 outsideRenderPass(const layer_data *my_data, GLOBAL_CB_NODE *pCB, const char *apiName) {
4603 "%s: This call must be issued inside an active render pass.", apiName);