Searched refs:ValidateBarriers (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_barriers_test.cpp | 29 using ValidateBarriers = spvtest::ValidateBase<bool>; typedef 195 TEST_F(ValidateBarriers, OpControlBarrierGLComputeSuccess) { in TEST_F() argument 209 TEST_F(ValidateBarriers, OpControlBarrierKernelSuccess) { in TEST_F() argument 223 TEST_F(ValidateBarriers, OpControlBarrierTesselationControlSuccess) { in TEST_F() argument 238 TEST_F(ValidateBarriers, OpControlBarrierVulkanSuccess) { in TEST_F() argument 248 TEST_F(ValidateBarriers, OpControlBarrierWebGPUSuccess) { in TEST_F() argument 258 TEST_F(ValidateBarriers, OpControlBarrierExecutionModelFragmentSpirv12) { in TEST_F() argument 272 TEST_F(ValidateBarriers, OpControlBarrierExecutionModelFragmentSpirv13) { in TEST_F() argument 282 TEST_F(ValidateBarriers, OpControlBarrierFloatExecutionScope) { in TEST_F() argument 294 TEST_F(ValidateBarriers, OpControlBarrierU64ExecutionScope) { in TEST_F() argument [all …]
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_barriers_test.cpp | 29 using ValidateBarriers = spvtest::ValidateBase<bool>; typedef 195 TEST_F(ValidateBarriers, OpControlBarrierGLComputeSuccess) { in TEST_F() argument 209 TEST_F(ValidateBarriers, OpControlBarrierKernelSuccess) { in TEST_F() argument 223 TEST_F(ValidateBarriers, OpControlBarrierTesselationControlSuccess) { in TEST_F() argument 238 TEST_F(ValidateBarriers, OpControlBarrierVulkanSuccess) { in TEST_F() argument 248 TEST_F(ValidateBarriers, OpControlBarrierWebGPUSuccess) { in TEST_F() argument 258 TEST_F(ValidateBarriers, OpControlBarrierExecutionModelFragmentSpirv12) { in TEST_F() argument 272 TEST_F(ValidateBarriers, OpControlBarrierExecutionModelFragmentSpirv13) { in TEST_F() argument 282 TEST_F(ValidateBarriers, OpControlBarrierFloatExecutionScope) { in TEST_F() argument 294 TEST_F(ValidateBarriers, OpControlBarrierU64ExecutionScope) { in TEST_F() argument [all …]
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 353 bool ValidateBarriers(layer_data* device_data, const char* funcName, GLOBAL_CB_NODE* cb_state,
|
D | core_validation.cpp | 8277 bool CoreChecks::ValidateBarriers(layer_data *device_data, const char *funcName, GLOBAL_CB_NODE *cb… in ValidateBarriers() function in CoreChecks 8566 …skip |= ValidateBarriers(device_data, "vkCmdWaitEvents()", cb_state, sourceStageMask, dstStageMask… in PreCallValidateCmdWaitEvents() 8644 …skip |= ValidateBarriers(device_data, "vkCmdPipelineBarrier()", cb_state, srcStageMask, dstStageMa… in PreCallValidateCmdPipelineBarrier()
|