Home
last modified time | relevance | path

Searched refs:spirvOp (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp3720 #define MAKE_TEST_S_I_8136(name, spirvOp, op, filter, inputRange, extension) \ argument
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) \ argument
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/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBuiltinMaskVarTests.cpp140 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/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp3394 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 = spv::OpImageQueryLevels; in createImageTextureBuiltIn()
[all …]