Home
last modified time | relevance | path

Searched refs:contextIn (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DD3D12Error.h34 #define CheckHRESULT(resultIn, contextIn) \ argument
36 INJECT_ERROR_OR_RUN(resultIn, E_FAKE_ERROR_FOR_TESTING), contextIn)
37 #define CheckOutOfMemoryHRESULT(resultIn, contextIn) \ argument
41 contextIn)
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanError.h36 #define CheckVkSuccess(resultIn, contextIn) \ argument
40 contextIn)
42 #define CheckVkOOMThenSuccess(resultIn, contextIn) \ argument
46 contextIn)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampledRenderToSingleSampledTests.cpp340 TestObjects(Context& contextIn);
845 TestObjects::TestObjects(Context& contextIn) in TestObjects() argument
846 …l(createCommandPool(contextIn.getDeviceInterface(), contextIn.getDevice(), VK_COMMAND_POOL_CREATE_… in TestObjects()
847 , cmdBuffer(makeCommandBuffer(contextIn.getDeviceInterface(), contextIn.getDevice(), *cmdPool)) in TestObjects()
848 , context(contextIn) in TestObjects()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampledRenderToSingleSampledTests.cpp340 TestObjects(Context& contextIn);
845 TestObjects::TestObjects(Context& contextIn) in TestObjects() argument
846 …l(createCommandPool(contextIn.getDeviceInterface(), contextIn.getDevice(), VK_COMMAND_POOL_CREATE_… in TestObjects()
847 , cmdBuffer(makeCommandBuffer(contextIn.getDeviceInterface(), contextIn.getDevice(), *cmdPool)) in TestObjects()
848 , context(contextIn) in TestObjects()