HomeSort by relevance Sort by last modified time
    Searched defs:outType (Results 1 - 22 of 22) sorted by null

  /external/deqp/modules/gles3/scripts/
gen-large-constant-arrays.py 105 outType = outputs[0].typeString()
111 [("%s out0" % outType, outputs)])
gen-swizzles.py 265 outType = outputs[0].typeString()
266 vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
  /external/deqp/modules/glshared/
glsShaderConstExprTests.hpp 59 DataType outType;
glsShaderConstExprTests.cpp 127 const DataType outType = cases[caseNdx].outType;
133 shaderTemplateParams["CASE_BASE_TYPE"] = glu::getDataTypeName(outType);
167 addOutputVar(&spec.values, outType, cases[caseNdx].output);
188 addOutputVar(&spec.values, outType, cases[caseNdx].output);
221 addOutputVar(&spec.values, outType, cases[caseNdx].output);
242 addOutputVar(&spec.values, outType, cases[caseNdx].output);
  /external/deqp/modules/gles2/scripts/
gen-swizzles.py 261 outType = outputs[0].typeString()
262 vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
  /external/deqp/modules/gles31/functional/
es31fShaderAtomicOpTests.cpp 120 const DataType outType = isSSBO ? m_type : glu::TYPE_UINT;
121 const char* outTypeName = getDataTypeName(outType);
151 DE_ASSERT(outType == m_type);
156 const string castBeg = outType != m_type ? (string(outTypeName) + "(") : string("");
157 const char* const castEnd = outType != m_type ? ")" : "";
    [all...]
es31fOpaqueTypeIndexingTests.cpp 214 const glu::DataType outType = getSamplerOutputType(samplerType);
215 const glu::DataType outScalarType = glu::getDataTypeScalarType(outType);
402 const DataType outType = getSamplerOutputType(m_samplerType);
441 spec->outputs.push_back(Symbol(varName, VarType(outType, PRECISION_HIGHP)));
    [all...]
  /external/icu/icu4c/source/tools/icupkg/
icupkg.cpp 258 char outType;
355 outType=type[0];
356 switch(outType) {
372 isModified|=(UBool)(!isPackage || outType!=pkg->getInType());
374 outType=pkg->getInType(); // default to input type
376 outType=0; /* tells extractItem() to not swap */
400 pkg->extractItem(destPath, outFilename, 0, outType);
473 pkg->extractItems(destPath, *listPkg, outType);
532 *(s-5)=outType;
539 result = writePackageDatFile(outFilename, outComment, NULL, NULL, pkg, outType);
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 113 uint32_t outType :4; // [8 - 11]
220 key.u.outType = RS_TYPE_FLOAT_32;
221 rsAssert(key.u.outType == RS_TYPE_FLOAT_32);
260 key.u.copyAlpha = !(key.u.inType || key.u.outType);
302 if (key.u.inType && !key.u.outType) {
466 // inType, outType float if nonzero
467 if (!(key.u.inType || key.u.outType)) {
524 if (key.u.inType || key.u.outType) {
592 if (key.u.outType) {
722 if (key.u.inType != key.u.outType) {
    [all...]
rsCpuScript.cpp 677 const Type *outType = aout->getType();
679 mtls->fep.dim.x = outType->getDimX();
680 mtls->fep.dim.y = outType->getDimY();
681 mtls->fep.dim.z = outType->getDimZ();
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
CallbackProcessor.java 68 Type outType = tb.create();
70 mAllocationOut = Allocation.createTyped(mRS, outType,
  /external/r8/src/main/java/com/android/tools/r8/ir/code/
Phi.java 36 private MoveType outType = null;
266 value.outType() == MoveType.SINGLE;
270 if (outType != null) {
271 return outType;
279 return operand.outType();
301 public MoveType outType() {
302 if (outType != null) {
303 return outType;
Value.java 390 if (constNumber.outType() == MoveType.SINGLE) {
410 public MoveType outType() {
Instruction.java 94 public final MoveType outType() {
95 return outValue.outType();
240 if (a.outType() != b.outType()) {
  /external/deqp/modules/gles3/functional/
es3fShaderPrecisionTests.cpp 67 glu::DataType outType = glu::TYPE_UINT;
69 const char* outTypeName = glu::getDataTypeName(outType);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 373 const glu::DataType outType = getSamplerOutputType(samplerType);
374 const glu::DataType outScalarType = glu::getDataTypeScalarType(outType);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp     [all...]
  /external/python/cpython2/Mac/Modules/menu/
_Menumodule.c     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3/
kotlin-reflect-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3-2/
kotlin-reflect-1.1.3-2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar 

Completed in 555 milliseconds