Searched refs:call_source (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/mlir/test/Dialect/Standard/ |
D | func-bufferize.mlir | 28 // CHECK-LABEL: func @call_source() -> memref<f32> { 32 func @call_source() -> tensor<f32> {
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_descriptor_renderpass_framebuffer.cpp | 1122 const std::string call_source = SetImagesArrayLength(call_source_template, "6"); in TEST_F() local 1143 …tests.push_back({rgen_source, ahit_source, chit_source, miss_source, intr_source, call_source, fal… in TEST_F() 1145 …tests.push_back({rgen_source, ahit_source, chit_source, miss_source, intr_source, call_source, fal… in TEST_F() 1147 …tests.push_back({rgen_source, ahit_source, chit_source, miss_source, intr_source, call_source, fal… in TEST_F() 1149 …tests.push_back({rgen_source, ahit_source, chit_source, miss_source, intr_source, call_source, fal… in TEST_F() 1151 …tests.push_back({rgen_source, ahit_source, chit_source, miss_source, intr_source, call_source, fal… in TEST_F() 1153 …tests.push_back({rgen_source, ahit_source, chit_source, miss_source, intr_source, call_source, fal… in TEST_F()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 953 … bool ReportInvalidCommandBuffer(const CMD_BUFFER_STATE* cb_state, const char* call_source) const; 1059 …bool ValidateCommandBufferState(const CMD_BUFFER_STATE* cb_state, const char* call_source, int cur…
|
D | core_validation.cpp | 1970 …ecks::ReportInvalidCommandBuffer(const CMD_BUFFER_STATE *cb_state, const char *call_source) const { in ReportInvalidCommandBuffer() 1979 "You are adding %s to %s that is invalid because bound %s was %s.", call_source, in ReportInvalidCommandBuffer() 2935 …lidateCommandBufferState(const CMD_BUFFER_STATE *cb_state, const char *call_source, int current_su… in ValidateCommandBufferState() argument 2953 skip |= ReportInvalidCommandBuffer(cb_state, call_source); in ValidateCommandBufferState() 2960 … report_data->FormatHandle(cb_state->commandBuffer).c_str(), call_source); in ValidateCommandBufferState() 2967 … report_data->FormatHandle(cb_state->commandBuffer).c_str(), call_source); in ValidateCommandBufferState()
|