Home
last modified time | relevance | path

Searched defs:resultType (Results 1 - 25 of 35) sorted by relevance

12

/third_party/skia/src/sksl/ir/
H A DSkSLTernaryExpression.cpp30 const Type* resultType; in Convert() local
H A DSkSLBinaryExpression.cpp97 const Type* resultType; in Convert() local
143 const Type* resultType; in Make() local
23 is_low_precision_matrix_vector_multiply(const Expression& left, const Operator& op, const Expression& right, const Type& resultType) is_low_precision_matrix_vector_multiply() argument
36 rewrite_matrix_vector_multiply(const Context& context, const Expression& left, const Operator& op, const Expression& right, const Type& resultType) rewrite_matrix_vector_multiply() argument
150 Make(const Context& context, std::unique_ptr<Expression> left, Operator op, std::unique_ptr<Expression> right, const Type* resultType) Make() argument
[all...]
/third_party/skia/src/sksl/
H A DSkSLConstantFolder.cpp231 simplify_no_op_arithmetic(const Context& context, const Expression& left, Operator op, const Expression& right, const Type& resultType) simplify_no_op_arithmetic() argument
306 fold_float_expression(int line, T result, const Type* resultType) fold_float_expression() argument
320 fold_int_expression(int line, T result, const Type* resultType) fold_int_expression() argument
333 Simplify(const Context& context, int line, const Expression& leftExpr, Operator op, const Expression& rightExpr, const Type& resultType) Simplify() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dstring_utils.cpp39 SplitString(const std::string &input, const std::string &delimiters, WhitespaceHandling whitespace, SplitResult resultType) SplitString() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsStorage.cpp315 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& mipLevel) const sparseImageOpString() argument
339 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& mipLevel) const sparseImageOpString() argument
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp500 src << resultVariable << " = OpCompositeConstruct " << resultType << " in sparseImageOpString() local
407 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& miplevel) const sparseImageOpString() argument
421 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& miplevel) const sparseImageOpString() argument
436 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& miplevel) const sparseImageOpString() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_composites.cpp493 auto resultType = _.FindDef(inst->type_id()); in ValidateVectorShuffle() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_composites.cpp493 auto resultType = _.FindDef(inst->type_id()); in ValidateVectorShuffle() local
/third_party/spirv-tools/source/val/
H A Dvalidate_composites.cpp512 auto resultType = _.FindDef(inst->type_id()); in ValidateVectorShuffle() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsStorage.cpp315 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& mipLevel) const sparseImageOpString() argument
339 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& mipLevel) const sparseImageOpString() argument
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp500 src << resultVariable << " = OpCompositeConstruct " << resultType << " in sparseImageOpString() local
407 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& miplevel) const sparseImageOpString() argument
421 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& miplevel) const sparseImageOpString() argument
436 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& miplevel) const sparseImageOpString() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageQueryTests.cpp107 glu::DataType resultType = glu::TYPE_LAST; in getShaderSpec() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DEmitMetal.cpp722 const TType &resultType = unaryNode->getType(); in Parenthesize() local
745 const TType &resultType in Parenthesize() local
259 GetOperatorString(TOperator op, const TType &resultType, const TType *argType0, const TType *argType1, const TType *argType2) GetOperatorString() argument
677 IsSymbolicOperator(TOperator op, const TType &resultType, const TType *argType0, const TType *argType1) IsSymbolicOperator() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderImage.cpp311 auto &resultType = getType(instruction.resultTypeId); in EmitImageSample() local
710 auto &resultType = getObjectType(instruction.resultId); in EmitImageRead() local
H A DSpirvShader.cpp2312 auto &resultType = getType(Type::ID(insn.word(1))); in EmitAtomicOp() local
2388 auto &resultType = getType(Type::ID(insn.word(1))); in EmitAtomicCompareExchange() local
2437 auto &resultType = getType(insn.resultTypeId()); in EmitArrayLength() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageQueryTests.cpp107 glu::DataType resultType = glu::TYPE_LAST; in getShaderSpec() local
/third_party/glslang/SPIRV/
H A DspvIR.h482 __inline Function::Function(Id id, Id resultType, Id functionType, Id firstParamId, LinkageType linkage, const std::string& name, Module& parent) in Function() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingCallableShadersTests.cpp1274 src << "layout(std430, set = 0, binding = " << DefaultResultBinding << ") buffer Results { " << resultType << " results[]; };\n"; in generateShaderSource() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp1669 DataType resultType = TYPE_LAST; in setupShader() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.cpp1368 TType resultType = mOperand->getType(); in promote() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp1412 DataType resultType = TYPE_LAST; in init() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp1672 DataType resultType = TYPE_LAST; in setupShader() local
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp779 DataType resultType = TYPE_LAST; in init() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp1267 const TType &resultType = node->getType(); in visitAggregate() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp205 bool IsFailedResult(TestResultType resultType) in IsFailedResult() argument
676 TestResultType resultType = TestResultType::Unknown; in GetSingleTestResultFromJSON() local
[all...]

Completed in 43 milliseconds

12