Searched refs:spirvOp (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 3716 #define MAKE_TEST_S_I_8136(name, spirvOp, op, filter, inputRange, extension) \ argument 3719 int8Tests[ndx]->createTests((name), (spirvOp), \ 3721 int16Tests[ndx]->createTests((name), (spirvOp), \ 3723 int16Tests[ndx]->createTests((name "_test_high_part_zero"), (spirvOp), \ 3725 int32Tests[ndx]->createTests((name), (spirvOp), \ 3727 int64Tests[ndx]->createTests((name), (spirvOp), \ 3731 #define MAKE_TEST_V_I_8136(name, spirvOp, op, filter, inputRange, extension) \ argument 3734 int8Tests[ndx]->createTests((name), (spirvOp), \ 3736 int16Tests[ndx]->createTests((name), (spirvOp), \ 3738 int16Tests[ndx]->createTests((name "_test_high_part_zero"), (spirvOp), \ [all …]
|
/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/ |
D | ConvertStandardToSPIRV.cpp | 730 #define DISPATCH(cmpPredicate, spirvOp) \ in matchAndRewrite() argument 732 rewriter.replaceOpWithNewOp<spirvOp>(cmpFOp, cmpFOp.getResult().getType(), \ in matchAndRewrite() 774 #define DISPATCH(cmpPredicate, spirvOp) \ in matchAndRewrite() argument 776 rewriter.replaceOpWithNewOp<spirvOp>(cmpIOp, cmpIOp.getResult().getType(), \ in matchAndRewrite() 800 #define DISPATCH(cmpPredicate, spirvOp) \ in matchAndRewrite() argument 802 if (isUnsignedOp<spirvOp>() && \ in matchAndRewrite() 807 rewriter.replaceOpWithNewOp<spirvOp>(cmpIOp, cmpIOp.getResult().getType(), \ in matchAndRewrite()
|
/external/angle/src/compiler/translator/ |
D | OutputSPIRV.cpp | 3022 spv::Op spirvOp = BuiltInGroup::IsTexture(op) ? spv::OpImageSampleImplicitLod : spv::OpNop; in createImageTextureBuiltIn() local 3129 spirvOp = spv::OpImageFetch; in createImageTextureBuiltIn() 3224 spirvOp = spv::OpImageGather; in createImageTextureBuiltIn() 3248 spirvOp = spv::OpImageGather; in createImageTextureBuiltIn() 3276 spirvOp = spv::OpImageWrite; in createImageTextureBuiltIn() 3296 spirvOp = spv::OpImageRead; in createImageTextureBuiltIn() 3323 spirvOp = spv::OpImageQuerySizeLod; in createImageTextureBuiltIn() 3328 spirvOp = spv::OpImageQuerySize; in createImageTextureBuiltIn() 3337 spirvOp = spv::OpImageQuerySamples; in createImageTextureBuiltIn() 3344 spirvOp = spv::OpImageQueryLevels; in createImageTextureBuiltIn() [all …]
|