HomeSort by relevance Sort by last modified time
    Searched refs:InTypes (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/slang/
slang_rs_reflection.cpp 543 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes();
544 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end();
569 const RSExportReduce::InTypeVec &InTypes = ER->getAccumulatorInTypes();
570 for (RSExportReduce::InTypeIter BI = InTypes.begin(), EI = InTypes.end();
862 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes();
    [all...]
slang_rs_reflection_cpp.cpp 197 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes();
199 for (RSExportForEach::InTypeIter BI = InTypes.begin(),
200 EI = InTypes.end(); BI != EI; BI++) {
352 const RSExportForEach::InTypeVec &InTypes = ef->getInTypes();
356 genTypeCheck(InTypes[0], "ain");
    [all...]
  /frameworks/compile/libbcc/lib/
RSKernelExpand.cpp 630 // InTypes[] - this function saves input type, they will be used in ExpandInputsBody().
643 llvm::SmallVectorImpl<llvm::Type *> &InTypes,
697 InTypes.push_back(InType);
712 // InTypes[] - this function uses the saved input types in ExpandInputsLoopInvariant()
724 const llvm::SmallVectorImpl<llvm::Type *> &InTypes,
742 llvm::Type *InTy = InTypes[Index];
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 174 milliseconds