Searched refs:spirvOp (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTypeTests.cpp | 3718 #define MAKE_TEST_S_I_8136(name, spirvOp, op, filter, inputRange, extension) \ 3721 int8Tests[ndx]->createTests((name), (spirvOp), \ 3723 int16Tests[ndx]->createTests((name), (spirvOp), \ 3725 int16Tests[ndx]->createTests((name "_test_high_part_zero"), (spirvOp), \ 3727 int32Tests[ndx]->createTests((name), (spirvOp), \ 3729 int64Tests[ndx]->createTests((name), (spirvOp), \ 3733 #define MAKE_TEST_V_I_8136(name, spirvOp, op, filter, inputRange, extension) \ 3736 int8Tests[ndx]->createTests((name), (spirvOp), \ 3738 int16Tests[ndx]->createTests((name), (spirvOp), \ 3740 int16Tests[ndx]->createTests((name "_test_high_part_zero"), (spirvOp), \ [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTypeTests.cpp | 3720 #define MAKE_TEST_S_I_8136(name, spirvOp, op, filter, inputRange, extension) \ 3723 int8Tests[ndx]->createTests((name), (spirvOp), \ 3725 int16Tests[ndx]->createTests((name), (spirvOp), \ 3727 int16Tests[ndx]->createTests((name "_test_high_part_zero"), (spirvOp), \ 3729 int32Tests[ndx]->createTests((name), (spirvOp), \ 3731 int64Tests[ndx]->createTests((name), (spirvOp), \ 3735 #define MAKE_TEST_V_I_8136(name, spirvOp, op, filter, inputRange, extension) \ 3738 int8Tests[ndx]->createTests((name), (spirvOp), \ 3740 int16Tests[ndx]->createTests((name), (spirvOp), \ 3742 int16Tests[ndx]->createTests((name "_test_high_part_zero"), (spirvOp), \ [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | OutputSPIRV.cpp | 3394 spv::Op spirvOp = BuiltInGroup::IsTexture(op) ? spv::OpImageSampleImplicitLod : spv::OpNop; in createImageTextureBuiltIn() local 3501 spirvOp = spv::OpImageFetch; in createImageTextureBuiltIn() 3596 spirvOp = spv::OpImageGather; in createImageTextureBuiltIn() 3620 spirvOp = spv::OpImageGather; in createImageTextureBuiltIn() 3648 spirvOp = spv::OpImageWrite; in createImageTextureBuiltIn() 3668 spirvOp = spv::OpImageRead; in createImageTextureBuiltIn() 3695 spirvOp = spv::OpImageQuerySizeLod; in createImageTextureBuiltIn() 3700 spirvOp = spv::OpImageQuerySize; in createImageTextureBuiltIn() 3711 spirvOp = spv::OpImageQuerySamples; in createImageTextureBuiltIn() 3720 spirvOp in createImageTextureBuiltIn() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsBuiltinMaskVarTests.cpp | 140 const string spirvOp = getTestSpirvOp(caseDef.testType); in subgroupComparison() local 142 ? "%56 = " + spirvOp + " %11 %53 %55\n" in subgroupComparison() 143 : "%38 = " + spirvOp + " %16 %35 %37\n"; in subgroupComparison()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsBuiltinMaskVarTests.cpp | 140 const string spirvOp = getTestSpirvOp(caseDef.testType); in subgroupComparison() local 142 ? "%56 = " + spirvOp + " %11 %53 %55\n" in subgroupComparison() 143 : "%38 = " + spirvOp + " %16 %35 %37\n"; in subgroupComparison()
|
Completed in 16 milliseconds