Home
last modified time | relevance | path

Searched refs:refIndex (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
Dmakeindex.py129 refIndex = {} variable
139 addkey(refIndex, Feature(file, entrypoint, False, apiCommand))
150 addkey(refIndex, Feature(file, funcname, True, apiCommand))
296 genDict(refIndex, 'EGL Entry Points', 'all', fp)
307 indices = { key[0].lower() for key in refIndex.keys() }
313 genDict(refIndex, 'EGL Entry Points', 'all', fp)
/third_party/EGL/sdk/docs/man/html/
Dmakeindex.py129 refIndex = {} variable
139 addkey(refIndex, Feature(file, entrypoint, False, apiCommand))
150 addkey(refIndex, Feature(file, funcname, True, apiCommand))
296 genDict(refIndex, 'EGL Entry Points', 'all', fp)
307 indices = { key[0].lower() for key in refIndex.keys() }
313 genDict(refIndex, 'EGL Entry Points', 'all', fp)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderDrawParametersTests.cpp118 int refIndex = NDX_FIRST_VERTEX - OFFSET_FIRST_INDEX; in DrawTest() local
124 refIndex = 0; in DrawTest()
126 …m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, -0.3f, 1.0f, 1.0f), tcu::Vec4(1.0f), refIndex+… in DrawTest()
127 …m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, 0.3f, 1.0f, 1.0f), tcu::Vec4(1.0f), refIndex+… in DrawTest()
128 …m_data.push_back(VertexElementData(tcu::Vec4( 0.3f, -0.3f, 1.0f, 1.0f), tcu::Vec4(1.0f), refIndex+… in DrawTest()
129 …m_data.push_back(VertexElementData(tcu::Vec4( 0.3f, 0.3f, 1.0f, 1.0f), tcu::Vec4(1.0f), refIndex+… in DrawTest()
136 refIndex = 0; in DrawTest()
138 …m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, -0.3f, 1.0f, 1.0f), tcu::Vec4(1.0f), refIndex+… in DrawTest()
139 …m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, 0.3f, 1.0f, 1.0f), tcu::Vec4(1.0f), refIndex+… in DrawTest()
140 …m_data.push_back(VertexElementData(tcu::Vec4( 0.3f, -0.3f, 1.0f, 1.0f), tcu::Vec4(1.0f), refIndex+… in DrawTest()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawShaderDrawParametersTests.cpp118 int refIndex = NDX_FIRST_VERTEX - OFFSET_FIRST_INDEX; in DrawTest() local
124 refIndex = 0; in DrawTest()
126 …m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, -0.3f, 1.0f, 1.0f), tcu::Vec4(1.0f), refIndex+… in DrawTest()
127 …m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, 0.3f, 1.0f, 1.0f), tcu::Vec4(1.0f), refIndex+… in DrawTest()
128 …m_data.push_back(VertexElementData(tcu::Vec4( 0.3f, -0.3f, 1.0f, 1.0f), tcu::Vec4(1.0f), refIndex+… in DrawTest()
129 …m_data.push_back(VertexElementData(tcu::Vec4( 0.3f, 0.3f, 1.0f, 1.0f), tcu::Vec4(1.0f), refIndex+… in DrawTest()
136 refIndex = 0; in DrawTest()
138 …m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, -0.3f, 1.0f, 1.0f), tcu::Vec4(1.0f), refIndex+… in DrawTest()
139 …m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, 0.3f, 1.0f, 1.0f), tcu::Vec4(1.0f), refIndex+… in DrawTest()
140 …m_data.push_back(VertexElementData(tcu::Vec4( 0.3f, -0.3f, 1.0f, 1.0f), tcu::Vec4(1.0f), refIndex+… in DrawTest()
[all …]
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/
Dindex.js172 var refIndex = refs[ref];
174 if (refIndex !== undefined) {
175 _refVal = refVal[refIndex];
176 refCode = 'refVal[' + refIndex + ']';
/third_party/typescript/src/services/
DfindAllReferences.ts763 const refIndex = findIndex(result, ref => !!ref.definition && constant
766 if (refIndex === -1) {
771 const reference = result[refIndex]; constant
772 result[refIndex] = {
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp471 const int refIndex = y*N + x; in verifyUniformMatrixValues() local
474 if (values[refIndex] != state[stateIndex]) in verifyUniformMatrixValues()
476 … << "// ERROR: at index [" << y << "][" << x << "] expected " << values[refIndex] << "; got " << s… in verifyUniformMatrixValues()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp648 const int refIndex = y*N + x; in verifyUniformMatrixValues() local
651 if (values[refIndex] != state[stateIndex]) in verifyUniformMatrixValues()
653 … << "// ERROR: at index [" << y << "][" << x << "] expected " << values[refIndex] << "; got " << s… in verifyUniformMatrixValues()
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/dist/
Dajv.min.js.map1 …e","processCode","Function","makeValidate","error","_refVal","refCode","refIndex","resolvedRef","r…
/third_party/typescript/lib/
DtypescriptServices.js124802 … var refIndex = ts.findIndex(result, function (ref) { return !!ref.definition &&
124805 if (refIndex === -1) {
124809 var reference = result[refIndex];
124810 result[refIndex] = {
Dtsserverlibrary.js124802 … var refIndex = ts.findIndex(result, function (ref) { return !!ref.definition &&
124805 if (refIndex === -1) {
124809 var reference = result[refIndex];
124810 result[refIndex] = {
Dtsserver.js124233 … var refIndex = ts.findIndex(result, function (ref) { return !!ref.definition &&
124236 if (refIndex === -1) {
124240 var reference = result[refIndex];
124241 result[refIndex] = {
Dtypescript.js124802 … var refIndex = ts.findIndex(result, function (ref) { return !!ref.definition &&
124805 if (refIndex === -1) {
124809 var reference = result[refIndex];
124810 result[refIndex] = {