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

/external/deqp/modules/gles31/functional/
H A Des31fShaderAtomicOpTests.hpp47 ShaderAtomicOpTests (Context& context, const char* name, AtomicOperandType operandType);
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) argument
99 , m_operandType (operandType)
258 ShaderAtomicAddCase (Context& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision) argument
259 : ShaderAtomicOpCase(context, name, "atomicAdd", operandType, type, precision, UVec3(3,2,1))
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...]
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
H A DEDOperand.cpp35 uint8_t operandType = inst.ThisInstInfo->operandTypes[opIndex]; local
37 switch (operandType) {
59 uint8_t operandType = inst.ThisInstInfo->operandTypes[opIndex]; local
61 switch (operandType) {
127 uint8_t operandType = Inst.ThisInstInfo->operandTypes[OpIndex]; local
134 switch (operandType) {
202 } // switch (operandType)
206 switch (operandType) {
262 uint8_t operandType = Inst.ThisInstInfo->operandTypes[OpIndex]; local
264 switch (operandType) {
[all...]
/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp899 const Type& operandType = c.fArguments[0]->fType; local
901 if (is_float(fContext, operandType)) {
903 } else if (is_signed(fContext, operandType)) {
905 } else if (is_unsigned(fContext, operandType)) {
912 this->writeWord(this->getType(operandType), out);
1765 const Type& operandType, SpvId lhs,
1769 if (is_float(fContext, operandType)) {
1771 } else if (is_signed(fContext, operandType)) {
1773 } else if (is_unsigned(fContext, operandType)) {
1775 } else if (operandType
1764 writeBinaryOperation(const Type& resultType, const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ ifFloat, SpvOp_ ifInt, SpvOp_ ifUInt, SpvOp_ ifBool, OutputStream& out) argument
1805 foldToBool(SpvId id, const Type& operandType, OutputStream& out) argument
1814 writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ floatOperator, SpvOp_ intOperator, OutputStream& out) argument
1881 const Type* operandType; local
[all...]
H A DSkSLSPIRVCodeGenerator.h208 * operandType is a vector type, assumes that the intermediate result in id is a bvec of the
212 SpvId foldToBool(SpvId id, const Type& operandType, OutputStream& out);
214 SpvId writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ floatOperator,
217 SpvId writeBinaryOperation(const Type& resultType, const Type& operandType, SpvId lhs,
/external/skqp/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp891 const Type& operandType = c.fArguments[0]->fType; local
893 if (is_float(fContext, operandType)) {
895 } else if (is_signed(fContext, operandType)) {
897 } else if (is_unsigned(fContext, operandType)) {
904 this->writeWord(this->getType(operandType), out);
1757 const Type& operandType, SpvId lhs,
1761 if (is_float(fContext, operandType)) {
1763 } else if (is_signed(fContext, operandType)) {
1765 } else if (is_unsigned(fContext, operandType)) {
1767 } else if (operandType
1756 writeBinaryOperation(const Type& resultType, const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ ifFloat, SpvOp_ ifInt, SpvOp_ ifUInt, SpvOp_ ifBool, OutputStream& out) argument
1797 foldToBool(SpvId id, const Type& operandType, OutputStream& out) argument
1806 writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ floatOperator, SpvOp_ intOperator, OutputStream& out) argument
1873 const Type* operandType; local
[all...]
H A DSkSLSPIRVCodeGenerator.h208 * operandType is a vector type, assumes that the intermediate result in id is a bvec of the
212 SpvId foldToBool(SpvId id, const Type& operandType, OutputStream& out);
214 SpvId writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ floatOperator,
217 SpvId writeBinaryOperation(const Type& resultType, const Type& operandType, SpvId lhs,
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c343 unsigned operandType, unsigned index)
347 switch (operandType) {
415 operandType, index);
696 operand.operandType = VGPU10_OPERAND_TYPE_NULL;
739 * Note: the operandType field must already be initialized.
753 if (operand0.operandType == VGPU10_OPERAND_TYPE_IMMEDIATE32 ||
754 operand0.operandType == VGPU10_OPERAND_TYPE_INPUT_PRIMITIVEID) {
762 operand0.operandType == VGPU10_OPERAND_TYPE_CONSTANT_BUFFER) {
828 operand0.operandType = VGPU10_OPERAND_TYPE_TEMP;
897 operand0.operandType
342 check_register_index(struct svga_shader_emitter_v10 *emit, unsigned operandType, unsigned index) argument
2049 emit_input_declaration(struct svga_shader_emitter_v10 *emit, unsigned opcodeType, unsigned operandType, unsigned dim, unsigned index, unsigned size, unsigned name, unsigned numComp, unsigned selMode, unsigned usageMask, unsigned interpMode) argument
2407 unsigned opcodeType, operandType; local
[all...]
/external/mesa3d/src/gallium/drivers/svga/include/
H A DVGPU10ShaderTokens.h403 unsigned int operandType : 8; /* VGPU10_OPERAND_TYPE */ member in struct:__anon16458::__anon16459
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 242 milliseconds