/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderLoopTests.cpp | 317 std::ostringstream& op = isVertexCase ? vtx : frag; in createGenericLoopCase() local 355 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff"<< locationCounter <<" {\n"; in createGenericLoopCase() 356 op << " ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n"; in createGenericLoopCase() 357 op << "};\n"; in createGenericLoopCase() 365 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff" << locationCounter << " {\n"; in createGenericLoopCase() 366 op << " ${COUNTER_PRECISION} float " << getFloatFractionUniformName(numLoopIters) << ";\n"; in createGenericLoopCase() 367 op << "};\n"; in createGenericLoopCase() 373 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff" << locationCounter << " {\n"; in createGenericLoopCase() 374 op << " ${COUNTER_PRECISION} float uf_one;\n"; in createGenericLoopCase() 375 op << "};\ in createGenericLoopCase() 540 std::ostringstream& op = isVertexCase ? vtx : frag; createSpecialLoopCase() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderLoopTests.cpp | 319 std::ostringstream& op = isVertexCase ? vtx : frag; in createGenericLoopCase() local 357 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff"<< locationCounter <<" {\n"; in createGenericLoopCase() 358 op << " ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n"; in createGenericLoopCase() 359 op << "};\n"; in createGenericLoopCase() 367 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff" << locationCounter << " {\n"; in createGenericLoopCase() 368 op << " ${COUNTER_PRECISION} float " << getFloatFractionUniformName(numLoopIters) << ";\n"; in createGenericLoopCase() 369 op << "};\n"; in createGenericLoopCase() 375 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff" << locationCounter << " {\n"; in createGenericLoopCase() 376 op << " ${COUNTER_PRECISION} float uf_one;\n"; in createGenericLoopCase() 377 op << "};\ in createGenericLoopCase() 543 std::ostringstream& op = isVertexCase ? vtx : frag; createSpecialLoopCase() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderLoopTests.cpp | 226 std::ostringstream& op = isVertexCase ? vtx : frag; in createGenericLoopCase() local 262 op << "uniform ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n"; in createGenericLoopCase() 267 op << "uniform ${COUNTER_PRECISION} float " << getFloatFractionUniformName(numLoopIters) << ";\n"; in createGenericLoopCase() 270 op << "uniform ${COUNTER_PRECISION} float uf_one;\n"; in createGenericLoopCase() 306 op << " ${PRECISION} vec4 res = coords;\n"; in createGenericLoopCase() 363 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n"; in createGenericLoopCase() 364 op << " {\n"; in createGenericLoopCase() 365 op << loopBody; in createGenericLoopCase() 366 op << " }\n"; in createGenericLoopCase() 370 op << "\ in createGenericLoopCase() 430 std::ostringstream& op = isVertexCase ? vtx : frag; createSpecialLoopCase() local [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderLoopTests.cpp | 248 std::ostringstream& op = isVertexCase ? vtx : frag; in createGenericLoopCase() local 284 op << "uniform ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n"; in createGenericLoopCase() 289 op << "uniform ${COUNTER_PRECISION} float " << getFloatFractionUniformName(numLoopIters) << ";\n"; in createGenericLoopCase() 292 op << "uniform ${COUNTER_PRECISION} float uf_one;\n"; in createGenericLoopCase() 328 op << " ${PRECISION} vec4 res = coords;\n"; in createGenericLoopCase() 382 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n"; in createGenericLoopCase() 383 op << " {\n"; in createGenericLoopCase() 384 op << loopBody; in createGenericLoopCase() 385 op << " }\n"; in createGenericLoopCase() 389 op << "\ in createGenericLoopCase() 446 std::ostringstream& op = isVertexCase ? vtx : frag; createSpecialLoopCase() local [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderLoopTests.cpp | 280 std::ostringstream& op = isVertexCase ? vtx : frag; in createGenericLoopCase() local 312 op << "uniform ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n"; in createGenericLoopCase() 317 op << "uniform ${COUNTER_PRECISION} float " << getFloatFractionUniformName(numLoopIters) << ";\n"; in createGenericLoopCase() 320 op << "uniform ${COUNTER_PRECISION} float uf_one;\n"; in createGenericLoopCase() 356 op << " ${PRECISION} vec4 res = coords;\n"; in createGenericLoopCase() 410 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n"; in createGenericLoopCase() 411 op << " {\n"; in createGenericLoopCase() 412 op << loopBody; in createGenericLoopCase() 413 op << " }\n"; in createGenericLoopCase() 417 op << "\ in createGenericLoopCase() 488 std::ostringstream& op = isVertexCase ? vtx : frag; createSpecialLoopCase() local [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Operator_autogen.h | 132 // Not an op, but a marker for the start of built-in ops. 460 const char *GetOperatorString(TOperator op); 463 bool IsAssignment(TOperator op); 467 static inline bool IsBuiltIn(TOperator op) in IsBuiltIn() argument 469 return op > EOpLastNonBuiltIn; in IsBuiltIn() 471 static inline bool IsMath(TOperator op) in IsMath() argument 473 return op >= EOpRadians && op <= EOpImulExtended; in IsMath() 475 static inline bool IsTextureOffsetNoBias(TOperator op) in IsTextureOffsetNoBias() argument 477 return op > in IsTextureOffsetNoBias() 479 IsTextureOffsetBias(TOperator op) IsTextureOffsetBias() argument 483 IsTextureGatherOffsetNoComp(TOperator op) IsTextureGatherOffsetNoComp() argument 487 IsTextureGatherOffsetComp(TOperator op) IsTextureGatherOffsetComp() argument 491 IsTextureGatherOffset(TOperator op) IsTextureGatherOffset() argument 495 IsTextureGatherOffsetsNoComp(TOperator op) IsTextureGatherOffsetsNoComp() argument 499 IsTextureGatherOffsetsComp(TOperator op) IsTextureGatherOffsetsComp() argument 503 IsTextureGatherOffsets(TOperator op) IsTextureGatherOffsets() argument 507 IsTextureGather(TOperator op) IsTextureGather() argument 511 IsTexture(TOperator op) IsTexture() argument 515 IsDerivativesFS(TOperator op) IsDerivativesFS() argument 519 IsInterpolationFS(TOperator op) IsInterpolationFS() argument 523 IsAtomicCounter(TOperator op) IsAtomicCounter() argument 527 IsAtomicMemory(TOperator op) IsAtomicMemory() argument 531 IsImageStore(TOperator op) IsImageStore() argument 535 IsImageLoad(TOperator op) IsImageLoad() argument 539 IsImageAtomic(TOperator op) IsImageAtomic() argument 543 IsImage(TOperator op) IsImage() argument [all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A D | inffast.c | 78 unsigned op; /* code bits, operation, extra bits, or */ local 116 op = (unsigned)(here->bits); 117 hold >>= op; local 118 bits -= op; 119 op = (unsigned)(here->op); 120 if (op == 0) { /* literal */ 126 else if (op & 16) { /* length base */ 128 op &= 15; /* number of extra bits */ 129 if (op) { 135 hold >>= op; global() local 148 hold >>= op; global() local 170 hold >>= op; global() local [all...] |
/third_party/node/deps/zlib/ |
H A D | inffast.c | 75 unsigned op; /* code bits, operation, extra bits, or */ in inflate_fast() local 113 op = (unsigned)(here->bits); in inflate_fast() 114 hold >>= op; in inflate_fast() local 115 bits -= op; in inflate_fast() 116 op = (unsigned)(here->op); in inflate_fast() 117 if (op == 0) { /* literal */ in inflate_fast() 123 else if (op & 16) { /* length base */ in inflate_fast() 125 op &= 15; /* number of extra bits */ in inflate_fast() 126 if (op) { in inflate_fast() 132 hold >>= op; inflate_fast() local 145 hold >>= op; inflate_fast() local 167 hold >>= op; inflate_fast() local [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | helpers.h | 30 #define OP_IS_LOAD_VARY_F(op) (\ 31 op == midgard_op_ld_vary_16 || \ 32 op == midgard_op_ld_vary_32 \ 35 #define OP_IS_PROJECTION(op) ( \ 36 op == midgard_op_ldst_perspective_div_y || \ 37 op == midgard_op_ldst_perspective_div_z || \ 38 op == midgard_op_ldst_perspective_div_w \ 41 #define OP_IS_VEC4_ONLY(op) ( \ 42 OP_IS_PROJECTION(op) || \ 43 op [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | inffast.c | 78 unsigned op; /* code bits, operation, extra bits, or */ local 116 op = (unsigned)(here.bits); 117 hold >>= op; local 118 bits -= op; 119 op = (unsigned)(here.op); 120 if (op == 0) { /* literal */ 126 else if (op & 16) { /* length base */ 128 op &= 15; /* number of extra bits */ 129 if (op) { 135 hold >>= op; global() local 148 hold >>= op; global() local 170 hold >>= op; global() local [all...] |
/third_party/zlib/ |
H A D | inffast.c | 71 unsigned op; /* code bits, operation, extra bits, or */ in inflate_fast() local 109 op = (unsigned)(here->bits); in inflate_fast() 110 hold >>= op; in inflate_fast() local 111 bits -= op; in inflate_fast() 112 op = (unsigned)(here->op); in inflate_fast() 113 if (op == 0) { /* literal */ in inflate_fast() 119 else if (op & 16) { /* length base */ in inflate_fast() 121 op &= 15; /* number of extra bits */ in inflate_fast() 122 if (op) { in inflate_fast() 128 hold >>= op; inflate_fast() local 141 hold >>= op; inflate_fast() local 163 hold >>= op; inflate_fast() local [all...] |
/third_party/python/Objects/ |
H A D | funcobject.c | 16 PyFunctionObject *op = PyObject_GC_New(PyFunctionObject, &PyFunction_Type); in _PyFunction_FromConstructor() local 17 if (op == NULL) { in _PyFunction_FromConstructor() 21 op->func_globals = constr->fc_globals; in _PyFunction_FromConstructor() 23 op->func_builtins = constr->fc_builtins; in _PyFunction_FromConstructor() 25 op->func_name = constr->fc_name; in _PyFunction_FromConstructor() 27 op->func_qualname = constr->fc_qualname; in _PyFunction_FromConstructor() 29 op->func_code = constr->fc_code; in _PyFunction_FromConstructor() 31 op->func_defaults = constr->fc_defaults; in _PyFunction_FromConstructor() 33 op->func_kwdefaults = constr->fc_kwdefaults; in _PyFunction_FromConstructor() 35 op in _PyFunction_FromConstructor() 98 PyFunctionObject *op = PyObject_GC_New(PyFunctionObject, &PyFunction_Type); PyFunction_NewWithQualName() local 154 PyFunction_GetCode(PyObject *op) PyFunction_GetCode() argument 164 PyFunction_GetGlobals(PyObject *op) PyFunction_GetGlobals() argument 174 PyFunction_GetModule(PyObject *op) PyFunction_GetModule() argument 184 PyFunction_GetDefaults(PyObject *op) PyFunction_GetDefaults() argument 194 PyFunction_SetDefaults(PyObject *op, PyObject *defaults) PyFunction_SetDefaults() argument 215 PyFunction_GetKwDefaults(PyObject *op) PyFunction_GetKwDefaults() argument 225 PyFunction_SetKwDefaults(PyObject *op, PyObject *defaults) PyFunction_SetKwDefaults() argument 247 PyFunction_GetClosure(PyObject *op) PyFunction_GetClosure() argument 257 PyFunction_SetClosure(PyObject *op, PyObject *closure) PyFunction_SetClosure() argument 280 func_get_annotation_dict(PyFunctionObject *op) func_get_annotation_dict() argument 310 PyFunction_GetAnnotations(PyObject *op) PyFunction_GetAnnotations() argument 320 PyFunction_SetAnnotations(PyObject *op, PyObject *annotations) PyFunction_SetAnnotations() argument 355 func_get_code(PyFunctionObject *op, void *Py_UNUSED(ignored)) func_get_code() argument 366 func_set_code(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) func_set_code() argument 402 func_get_name(PyFunctionObject *op, void *Py_UNUSED(ignored)) func_get_name() argument 409 func_set_name(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) func_set_name() argument 424 func_get_qualname(PyFunctionObject *op, void *Py_UNUSED(ignored)) func_get_qualname() argument 431 func_set_qualname(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) func_set_qualname() argument 446 func_get_defaults(PyFunctionObject *op, void *Py_UNUSED(ignored)) func_get_defaults() argument 459 func_set_defaults(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) func_set_defaults() argument 487 func_get_kwdefaults(PyFunctionObject *op, void *Py_UNUSED(ignored)) func_get_kwdefaults() argument 501 func_set_kwdefaults(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) func_set_kwdefaults() argument 529 func_get_annotations(PyFunctionObject *op, void *Py_UNUSED(ignored)) func_get_annotations() argument 544 func_set_annotations(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) func_set_annotations() argument 684 func_clear(PyFunctionObject *op) func_clear() argument 707 func_dealloc(PyFunctionObject *op) func_dealloc() argument 722 func_repr(PyFunctionObject *op) func_repr() argument [all...] |
H A D | cellobject.c | 9 PyCellObject *op; in PyCell_New() local 11 op = (PyCellObject *)PyObject_GC_New(PyCellObject, &PyCell_Type); in PyCell_New() 12 if (op == NULL) in PyCell_New() 14 op->ob_ref = obj; in PyCell_New() 17 _PyObject_GC_TRACK(op); in PyCell_New() 18 return (PyObject *)op; in PyCell_New() 53 PyCell_Get(PyObject *op) in PyCell_Get() argument 55 if (!PyCell_Check(op)) { in PyCell_Get() 59 Py_XINCREF(((PyCellObject*)op)->ob_ref); in PyCell_Get() 60 return PyCell_GET(op); in PyCell_Get() 64 PyCell_Set(PyObject *op, PyObject *obj) PyCell_Set() argument 79 cell_dealloc(PyCellObject *op) cell_dealloc() argument 87 cell_richcompare(PyObject *a, PyObject *b, int op) cell_richcompare() argument 107 cell_repr(PyCellObject *op) cell_repr() argument 118 cell_traverse(PyCellObject *op, visitproc visit, void *arg) cell_traverse() argument 125 cell_clear(PyCellObject *op) cell_clear() argument 132 cell_get_contents(PyCellObject *op, void *closure) cell_get_contents() argument 144 cell_set_contents(PyCellObject *op, PyObject *obj, void *Py_UNUSED(ignored)) cell_set_contents() argument [all...] |
/third_party/vixl/test/ |
H A D | test-operands.cc | 44 aarch32::Operand op = aarch32::Operand::From(42); in TEST_AARCH32() local 45 VIXL_CHECK(op.IsImmediate()); in TEST_AARCH32() 46 VIXL_CHECK(op.GetImmediate() == 42); in TEST_AARCH32() 47 VIXL_CHECK(op.GetSignedImmediate() == 42); in TEST_AARCH32() 50 aarch32::Operand op = aarch32::Operand::From(-42); in TEST_AARCH32() local 51 VIXL_CHECK(op.IsImmediate()); in TEST_AARCH32() 52 VIXL_CHECK(op.GetImmediate() == (~UINT32_C(42) + 1)); in TEST_AARCH32() 53 VIXL_CHECK(op.GetSignedImmediate() == -42); in TEST_AARCH32() 58 aarch32::Operand op = aarch32::Operand::From(-1); in TEST_AARCH32() local 59 VIXL_CHECK(op in TEST_AARCH32() 64 aarch32::Operand op = aarch32::Operand::From(UINT32_MAX); TEST_AARCH32() local 70 aarch32::Operand op = aarch32::Operand::From(INT32_MAX); TEST_AARCH32() local 76 aarch32::Operand op = aarch32::Operand::From(INT32_MIN); TEST_AARCH32() local 84 aarch32::Operand op = aarch32::Operand::From(INT64_C(-1)); TEST_AARCH32() local 90 aarch32::Operand op = aarch32::Operand::From(INT64_C(-42)); TEST_AARCH32() local 100 aarch32::Operand op = aarch32::Operand::From(&data); TEST_AARCH32() local 108 aarch32::Operand op = aarch32::Operand::From(data); TEST_AARCH32() local [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | emitter.asyncGenerators.functionDeclarations.es5.js | 37 function step(op) {
39 while (g && (g = 0, op[0] && (_ = 0)), _) try {
40 if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
41 if (y = 0, t) op = [op[0] & 2, t.value];
42 switch (op[0]) {
43 case 0: case 1: t = op; break;
44 case 4: _.label++; return { value: op[ [all...] |
H A D | emitter.asyncGenerators.functionExpressions.es5.js | 37 function step(op) {
39 while (g && (g = 0, op[0] && (_ = 0)), _) try {
40 if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
41 if (y = 0, t) op = [op[0] & 2, t.value];
42 switch (op[0]) {
43 case 0: case 1: t = op; break;
44 case 4: _.label++; return { value: op[ [all...] |
H A D | emitter.asyncGenerators.objectLiteralMethods.es5.js | 51 function step(op) {
53 while (g && (g = 0, op[0] && (_ = 0)), _) try {
54 if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
55 if (y = 0, t) op = [op[0] & 2, t.value];
56 switch (op[0]) {
57 case 0: case 1: t = op; break;
58 case 4: _.label++; return { value: op[ [all...] |
H A D | emitter.asyncGenerators.classMethods.es5.js | 68 function step(op) {
70 while (g && (g = 0, op[0] && (_ = 0)), _) try {
71 if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
72 if (y = 0, t) op = [op[0] & 2, t.value];
73 switch (op[0]) {
74 case 0: case 1: t = op; break;
75 case 4: _.label++; return { value: op[ [all...] |
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | inffast_chunk.c | 99 unsigned op; /* code bits, operation, extra bits, or */ local 144 op = (unsigned)(here->bits); 145 hold >>= op; local 146 bits -= op; 147 op = (unsigned)(here->op); 148 if (op == 0) { /* literal */ 154 else if (op & 16) { /* length base */ 156 op &= 15; /* number of extra bits */ 157 if (op) { 169 hold >>= op; global() local 188 hold >>= op; global() local 216 hold >>= op; global() local [all...] |
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | inffast_chunk.c | 99 unsigned op; /* code bits, operation, extra bits, or */ local 144 op = (unsigned)(here.bits); 145 hold >>= op; local 146 bits -= op; 147 op = (unsigned)(here.op); 148 if (op == 0) { /* literal */ 154 else if (op & 16) { /* length base */ 156 op &= 15; /* number of extra bits */ 157 if (op) { 169 hold >>= op; global() local 188 hold >>= op; global() local 216 hold >>= op; global() local [all...] |
/third_party/skia/src/core/ |
H A D | SkRecordDraw.cpp | 105 DRAW(ClipPath, clipPath(r.path, r.opAA.op(), r.opAA.aa())); 106 DRAW(ClipRRect, clipRRect(r.rrect, r.opAA.op(), r.opAA.aa())); 107 DRAW(ClipRect, clipRect(r.rect, r.opAA.op(), r.opAA.aa())); 108 DRAW(ClipRegion, clipRegion(r.region, r.op)); 109 DRAW(ClipShader, clipShader(r.shader, r.op)); 172 // don't execute this op, pixels in this rectangle might draw incorrectly. So 213 template <typename T> void operator()(const T& op) { in operator ()() argument 214 this->updateCTM(op); in operator ()() 215 this->trackBounds(op); in operator ()() 259 void updateCTM(const Restore& op) { fCT in updateCTM() argument 260 updateCTM(const SetMatrix& op) updateCTM() argument 261 updateCTM(const SetM44& op) updateCTM() argument 262 updateCTM(const Concat44& op) updateCTM() argument 263 updateCTM(const Concat& op) updateCTM() argument 264 updateCTM(const Scale& op) updateCTM() argument 265 updateCTM(const Translate& op) updateCTM() argument 270 trackBounds(const SaveLayer& op) trackBounds() argument 294 trackBounds(const T& op) trackBounds() argument [all...] |
/third_party/libwebsockets/win32port/zlib/ |
H A D | inffast.c | 91 unsigned op; /* code bits, operation, extra bits, or */
local 129 op = (unsigned)(here.bits);
130 hold >>= op;
local 131 bits -= op;
132 op = (unsigned)(here.op);
133 if (op == 0) { /* literal */
139 else if (op & 16) { /* length base */
141 op &= 15; /* number of extra bits */
142 if (op) {
148 hold >>= op; global() local 161 hold >>= op; global() local 183 hold >>= op; global() local [all...] |
/third_party/python/Include/cpython/ |
H A D | unicodeobject.h | 78 * test: PyUnicode_IS_COMPACT_ASCII(op) 90 * test: PyUnicode_IS_COMPACT(op) && !PyUnicode_IS_ASCII(op) 123 * test: !PyUnicode_IS_COMPACT(op) && kind != PyUnicode_WCHAR_KIND 234 PyObject *op, 238 #define _PyASCIIObject_CAST(op) \ 239 (assert(PyUnicode_Check(op)), \ 240 _Py_CAST(PyASCIIObject*, (op))) 241 #define _PyCompactUnicodeObject_CAST(op) \ 242 (assert(PyUnicode_Check(op)), \ 259 PyUnicode_CHECK_INTERNED(PyObject *op) PyUnicode_CHECK_INTERNED() argument 268 PyUnicode_IS_READY(PyObject *op) PyUnicode_IS_READY() argument 278 PyUnicode_IS_ASCII(PyObject *op) PyUnicode_IS_ASCII() argument 288 PyUnicode_IS_COMPACT(PyObject *op) PyUnicode_IS_COMPACT() argument 297 PyUnicode_IS_COMPACT_ASCII(PyObject *op) PyUnicode_IS_COMPACT_ASCII() argument 321 _PyUnicode_COMPACT_DATA(PyObject *op) _PyUnicode_COMPACT_DATA() argument 328 _PyUnicode_NONCOMPACT_DATA(PyObject *op) _PyUnicode_NONCOMPACT_DATA() argument 336 PyUnicode_DATA(PyObject *op) PyUnicode_DATA() argument 358 PyUnicode_GET_LENGTH(PyObject *op) PyUnicode_GET_LENGTH() argument 441 PyUnicode_MAX_CHAR_VALUE(PyObject *op) PyUnicode_MAX_CHAR_VALUE() argument 492 PyUnicode_READY(PyObject *op) PyUnicode_READY() argument 633 PyUnicode_WSTR_LENGTH(PyObject *op) PyUnicode_WSTR_LENGTH() argument 652 PyUnicode_GET_SIZE(PyObject *op) PyUnicode_GET_SIZE() argument 668 PyUnicode_GET_DATA_SIZE(PyObject *op) PyUnicode_GET_DATA_SIZE() argument 685 PyUnicode_AS_UNICODE(PyObject *op) PyUnicode_AS_UNICODE() argument 702 PyUnicode_AS_DATA(PyObject *op) PyUnicode_AS_DATA() argument [all...] |
/third_party/elfutils/libcpu/ |
H A D | riscv_disasm.c | 168 char *op[5] = { NULL, NULL, NULL, NULL, NULL }; in riscv_disasm() local 188 op[0] = REGP ((first & 0x1c) >> 2); in riscv_disasm() 189 op[1] = REG (2); in riscv_disasm() 195 op[2] = addrbuf; in riscv_disasm() 209 op[0] = op[1] = REG (rs1); in riscv_disasm() 211 op[2] = addrbuf; in riscv_disasm() 216 op[0] = op[1] = REG (rs1); in riscv_disasm() 219 op[ in riscv_disasm() [all...] |
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_blt.c | 108 emit_blt_clearimage(struct etna_cmd_stream *stream, const struct blt_clear_op *op) in emit_blt_clearimage() argument 110 etna_cmd_stream_reserve(stream, 64*2); /* Make sure BLT op doesn't get broken up */ in emit_blt_clearimage() 113 assert(op->dest.bpp); in emit_blt_clearimage() 114 etna_set_state(stream, VIVS_BLT_CONFIG, VIVS_BLT_CONFIG_CLEAR_BPP(op->dest.bpp-1)); in emit_blt_clearimage() 119 etna_set_state(stream, VIVS_BLT_DEST_STRIDE, blt_compute_stride_bits(&op->dest)); in emit_blt_clearimage() 120 etna_set_state(stream, VIVS_BLT_DEST_CONFIG, blt_compute_img_config_bits(&op->dest, true)); in emit_blt_clearimage() 121 etna_set_state_reloc(stream, VIVS_BLT_DEST_ADDR, &op->dest.addr); in emit_blt_clearimage() 122 etna_set_state(stream, VIVS_BLT_SRC_STRIDE, blt_compute_stride_bits(&op->dest)); in emit_blt_clearimage() 123 etna_set_state(stream, VIVS_BLT_SRC_CONFIG, blt_compute_img_config_bits(&op->dest, false)); in emit_blt_clearimage() 124 etna_set_state_reloc(stream, VIVS_BLT_SRC_ADDR, &op in emit_blt_clearimage() 147 emit_blt_copyimage(struct etna_cmd_stream *stream, const struct blt_imgcopy_op *op) emit_blt_copyimage() argument 192 emit_blt_inplace(struct etna_cmd_stream *stream, const struct blt_inplace_op *op) emit_blt_inplace() argument 439 struct blt_inplace_op op = {}; etna_try_blt_blit() local 459 struct blt_imgcopy_op op = {}; etna_try_blt_blit() local [all...] |