Home
last modified time | relevance | path

Searched refs:aType (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTypes.h423 void initialize(TBasicType aType, const TSourceLoc &aLine) in initialize()
425 ASSERT(aType != EbtStruct); in initialize()
426 type = aType; in initialize()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DVertexShader.cpp160 void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, AttribType aType) in setInput() argument
163 attribType[inputIdx] = aType; in setInput()
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py161 def __init__ (self, name, aType, alias, value):
163 self.type = aType
168 def __init__ (self, name, aType, alias, parent, objtypeenum):
170 self.type = aType
176 def __init__ (self, name, aType, requires, bitvalues):
178 self.type = aType
211 def __init__ (self, name, aType, pointer, qualifiers, arraySizeList, optional, limittype, values, fieldWidth):
213 self.type = aType # member type
236 def __init__ (self, name, qualifiers, aType, pointer = None, secondPointerIsConst = False, arraySize = None, len = None):
239 self.type = aType
[all...]
H A Dohos_gen_framework.py154 def __init__ (self, name, aType, alias, value):
156 self.type = aType
161 def __init__ (self, name, aType, alias, parent, objtypeenum):
163 self.type = aType
169 def __init__ (self, name, aType, requires, bitvalues):
171 self.type = aType
204 def __init__ (self, name, aType, pointer, qualifiers, arraySizeList, optional, limittype, values, fieldWidth):
206 self.type = aType # member type
229 def __init__ (self, name, qualifiers, aType, pointer = None, secondPointerIsConst = False, arraySize = None):
232 self.type = aType
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dintermediate.h354 TIntermLoop(TLoopType aType, in TIntermLoop() argument
357 type(aType), in TIntermLoop()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcInternalformatTests.cpp89 TextureFormat(GLenum aFormat, GLenum aType, GLint aInternalFormat, const char* aRequiredExtension = DE_NULL, in TextureFormat()
93 , type(aType) in TextureFormat()
138 RenderbufferFormat(GLenum aFormat, RenderBufferType aType, const char* aRequiredExtension = DE_NULL, in RenderbufferFormat()
141 , type(aType) in RenderbufferFormat()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]
/third_party/skia/src/core/
H A DSkMatrix.cpp613 TypeMask aType = a.getType(); in setConcat() local
620 } else if (only_scale_and_translate(aType | bType)) { in setConcat()
628 if ((aType | bType) & kPerspective_Mask) { in setConcat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp1036 const bool aType = (m_data.useType == UT_KHR_A) || (m_data.useType == UT_NV); in iterate() local
1051 if (aType && p->AType == types[j]) typeSizes[j].insert(TestTuple(p->MSize, p->KSize, 0)); in iterate()
/third_party/sqlite/src/
H A Dsqlite3.c22531 u32 *aOffset; /* Pointer to aType[nField] */
22539 /* 2*nField extra array elements allocated for aType[], beyond the one
22541 ** aType[] and nField+1 array slots for aOffset[] */
22542 u32 aType[1]; /* Type values record decode. MUST BE LAST */ member
88100 static const u8 aType[] = { global() local
[all...]

Completed in 171 milliseconds