Home
last modified time | relevance | path

Searched defs:ValidateBarriers (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/
H A Dval_barriers_test.cpp29 using ValidateBarriers = spvtest::ValidateBase<bool>; typedef
194 TEST_F(ValidateBarriers, OpControlBarrierGLComputeSuccess) { in TEST_F() argument
208 TEST_F(ValidateBarriers, OpControlBarrierKernelSuccess) { in TEST_F() argument
222 TEST_F(ValidateBarriers, OpControlBarrierTesselationControlSuccess) { in TEST_F() argument
237 TEST_F(ValidateBarriers, OpControlBarrierVulkanSuccess) { in TEST_F() argument
247 TEST_F(ValidateBarriers, OpControlBarrierExecutionModelFragmentSpirv12) { in TEST_F() argument
262 TEST_F(ValidateBarriers, OpControlBarrierExecutionModelFragmentSpirv13) { in TEST_F() argument
272 TEST_F(ValidateBarriers, OpControlBarrierFloatExecutionScope) { in TEST_F() argument
283 TEST_F(ValidateBarriers, OpControlBarrierU64ExecutionScope) { in TEST_F() argument
294 TEST_F(ValidateBarriers, OpControlBarrierFloatMemoryScope) { in TEST_F() argument
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_barriers_test.cpp29 using ValidateBarriers = spvtest::ValidateBase<bool>; typedef
194 TEST_F(ValidateBarriers, OpControlBarrierGLComputeSuccess) { in TEST_F() argument
208 TEST_F(ValidateBarriers, OpControlBarrierKernelSuccess) { in TEST_F() argument
222 TEST_F(ValidateBarriers, OpControlBarrierTesselationControlSuccess) { in TEST_F() argument
237 TEST_F(ValidateBarriers, OpControlBarrierVulkanSuccess) { in TEST_F() argument
247 TEST_F(ValidateBarriers, OpControlBarrierExecutionModelFragmentSpirv12) { in TEST_F() argument
262 TEST_F(ValidateBarriers, OpControlBarrierExecutionModelFragmentSpirv13) { in TEST_F() argument
272 TEST_F(ValidateBarriers, OpControlBarrierFloatExecutionScope) { in TEST_F() argument
283 TEST_F(ValidateBarriers, OpControlBarrierU64ExecutionScope) { in TEST_F() argument
294 TEST_F(ValidateBarriers, OpControlBarrierFloatMemoryScope) { in TEST_F() argument
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/
Dval_barriers_test.cpp29 using ValidateBarriers = spvtest::ValidateBase<bool>; typedef
194 TEST_F(ValidateBarriers, OpControlBarrierGLComputeSuccess) { in TEST_F() argument
208 TEST_F(ValidateBarriers, OpControlBarrierKernelSuccess) { in TEST_F() argument
222 TEST_F(ValidateBarriers, OpControlBarrierTesselationControlSuccess) { in TEST_F() argument
237 TEST_F(ValidateBarriers, OpControlBarrierVulkanSuccess) { in TEST_F() argument
247 TEST_F(ValidateBarriers, OpControlBarrierExecutionModelFragmentSpirv12) { in TEST_F() argument
262 TEST_F(ValidateBarriers, OpControlBarrierExecutionModelFragmentSpirv13) { in TEST_F() argument
272 TEST_F(ValidateBarriers, OpControlBarrierFloatExecutionScope) { in TEST_F() argument
283 TEST_F(ValidateBarriers, OpControlBarrierU64ExecutionScope) { in TEST_F() argument
294 TEST_F(ValidateBarriers, OpControlBarrierFloatMemoryScope) { in TEST_F() argument
[all …]
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp8633 bool CoreChecks::ValidateBarriers(const char *funcName, CMD_BUFFER_STATE *cb_state, VkPipelineStage… in ValidateBarriers() function in CoreChecks