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

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVValue.h 309 Normalized(TheNormalized), FilterMode(TheFilterMode){
314 Normalized(SPIRVWORD_MAX), FilterMode(SPIRVSFM_Invalid){}
325 return Normalized;
332 SPIRVWord Normalized;
340 _SPIRV_DEF_ENCDEC5(Type, Id, AddrMode, Normalized, FilterMode)
  /external/webrtc/webrtc/base/
ipaddress.cc 178 IPAddress IPAddress::Normalized() const {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 747 Normalized = ConstV->getOperand(1)->getUniqueInteger().getZExtValue(),
750 assert(Normalized < 2 && "Invalid value of normalized coords");
754 AddrMode, Normalized, FilterMode);
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 362 GLfloat _NormSpotDirection[4]; /**< normalized spotlight direction */
    [all...]

Completed in 379 milliseconds