Home
last modified time | relevance | path

Searched refs:operandType (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderAtomicOpTests.cpp68 ShaderAtomicOpCase (Context& context, const char* name, const char* funcName, AtomicOperandType operandType, DataType type, Precision precision, const UVec3& workGroupSize);
96 ShaderAtomicOpCase::ShaderAtomicOpCase (Context& context, const char* name, const char* funcName, AtomicOperandType operandType, DataType type, Precision precision, const UVec3& workGroupSize) in ShaderAtomicOpCase() argument
99 , m_operandType (operandType) in ShaderAtomicOpCase()
258 ShaderAtomicAddCase (Context& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision) in ShaderAtomicAddCase() argument
259 : ShaderAtomicOpCase(context, name, "atomicAdd", operandType, type, precision, UVec3(3,2,1)) in ShaderAtomicAddCase()
412 ShaderAtomicMinCase (Context& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision)
413 : ShaderAtomicOpCase(context, name, "atomicMin", operandType, type, precision, UVec3(3,2,1))
493 ShaderAtomicMaxCase (Context& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision)
494 : ShaderAtomicOpCase(context, name, "atomicMax", operandType, type, precision, UVec3(3,2,1))
575 ShaderAtomicAndCase (Context& context, const char* name, AtomicOperandType operandType, DataTyp
[all...]
H A Des31fShaderAtomicOpTests.hpp47 ShaderAtomicOpTests (Context& context, const char* name, AtomicOperandType operandType);
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp1089 const Type& operandType = arguments[0]->type(); in writeSpecialIntrinsic() local
1091 if (is_float(fContext, operandType)) { in writeSpecialIntrinsic()
1093 } else if (is_signed(fContext, operandType)) { in writeSpecialIntrinsic()
1095 } else if (is_unsigned(fContext, operandType)) { in writeSpecialIntrinsic()
1102 this->writeWord(this->getType(operandType), out); in writeSpecialIntrinsic()
2220 const Type& operandType, SpvId lhs, in writeBinaryOperation()
2224 if (is_float(fContext, operandType)) { in writeBinaryOperation()
2226 } else if (is_signed(fContext, operandType)) { in writeBinaryOperation()
2228 } else if (is_unsigned(fContext, operandType)) { in writeBinaryOperation()
2230 } else if (is_bool(fContext, operandType)) { in writeBinaryOperation()
2219 writeBinaryOperation(const Type& resultType, const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ ifFloat, SpvOp_ ifInt, SpvOp_ ifUInt, SpvOp_ ifBool, OutputStream& out) writeBinaryOperation() argument
2239 foldToBool(SpvId id, const Type& operandType, SpvOp op, OutputStream& out) foldToBool() argument
2249 writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ floatOperator, SpvOp_ intOperator, SpvOp_ vectorMergeOperator, SpvOp_ mergeOperator, OutputStream& out) writeMatrixComparison() argument
2284 writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ op, OutputStream& out) writeComponentwiseMatrixBinary() argument
2334 const Type* operandType; writeBinaryExpression() local
[all...]
H A DSkSLSPIRVCodeGenerator.h335 * operandType is a vector type, assumes that the intermediate result in id is a bvec of the
339 SpvId foldToBool(SpvId id, const Type& operandType, SpvOp op, OutputStream& out);
341 SpvId writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ floatOperator,
357 SpvId writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, SpvId rhs,
360 SpvId writeBinaryOperation(const Type& resultType, const Type& operandType, SpvId lhs,
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c287 unsigned operandType; member
517 unsigned opcodeType, unsigned operandType,
646 unsigned operandType, unsigned index) in check_register_index()
650 switch (operandType) { in check_register_index()
742 operandType, index); in check_register_index()
1122 operand.operandType = VGPU10_OPERAND_TYPE_NULL; in emit_null_dst_register()
1165 * Note: the operandType field must already be initialized.
1184 if (operand0.operandType == VGPU10_OPERAND_TYPE_IMMEDIATE32 || in setup_operand0_indexing()
1185 operand0.operandType == VGPU10_OPERAND_TYPE_INPUT_PRIMITIVEID || in setup_operand0_indexing()
1186 operand0.operandType in setup_operand0_indexing()
645 check_register_index(struct svga_shader_emitter_v10 *emit, unsigned operandType, unsigned index) check_register_index() argument
3786 emit_input_declaration(struct svga_shader_emitter_v10 *emit, VGPU10_OPCODE_TYPE opcodeType, VGPU10_OPERAND_TYPE operandType, VGPU10_OPERAND_INDEX_DIMENSION dim, unsigned index, unsigned size, VGPU10_SYSTEM_NAME name, VGPU10_OPERAND_NUM_COMPONENTS numComp, VGPU10_OPERAND_4_COMPONENT_SELECTION_MODE selMode, unsigned usageMask, VGPU10_INTERPOLATION_MODE interpMode, boolean addSignature, SVGA3dDXSignatureSemanticName sgnName) emit_input_declaration() argument
4368 emit_tesslevel_declaration(struct svga_shader_emitter_v10 *emit, unsigned index, unsigned opcodeType, unsigned operandType, VGPU10_SYSTEM_NAME name, SVGA3dDXSignatureSemanticName sgnName) emit_tesslevel_declaration() argument
5141 unsigned opcodeType, operandType; emit_gs_input_declarations() local
5210 VGPU10_OPERAND_TYPE operandType = VGPU10_OPERAND_TYPE_INPUT; emit_tcs_input_declarations() local
5355 VGPU10_OPERAND_TYPE operandType; emit_tes_input_declarations() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputSPIRV.cpp346 const TType &operandType,
3101 const TType &operandType = operand->getType(); in createCompare() local
3104 const SpirvDecorations operandDecorations = mBuilder.getDecorations(operandType); in createCompare()
3126 createCompareImpl(op, operandType, resultTypeId, parameters[0], parameters[1], in createCompare()
3172 const TType &operandType = node->getChildNode(0)->getAsTyped()->getType(); in createAtomicBuiltIn() local
3173 const TBasicType operandBasicType = operandType.getBasicType(); in createAtomicBuiltIn()
4497 const TType &operandType, in createCompareImpl()
4506 const TBasicType basicType = operandType.getBasicType(); in createCompareImpl()
4513 if (operandType.isArray()) in createCompareImpl()
4515 TType elementType(operandType); in createCompareImpl()
4496 createCompareImpl(TOperator op, const TType &operandType, spirv::IdRef resultTypeId, spirv::IdRef leftId, spirv::IdRef rightId, const SpirvDecorations &operandDecorations, const SpirvDecorations &resultDecorations, spirv::LiteralIntegerList *currentAccessChain, spirv::IdRefList *intermediateResultsOut) createCompareImpl() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A DVGPU10ShaderTokens.h742 unsigned int operandType : 8; member
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 219 milliseconds