/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderLoopTests.cpp | 319 std::ostringstream& op = isVertexCase ? vtx : frag; in createGenericLoopCase() local 357 …op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff"<< locationCounter <<… 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 <… 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 <… in createGenericLoopCase() 376 op << " ${COUNTER_PRECISION} float uf_one;\n"; in createGenericLoopCase() 377 op << "};\n"; in createGenericLoopCase() [all …]
|
/third_party/glslang/Test/baseResults/ |
D | spv.vulkan100.subgroupPartitioned.comp.out | 2 ERROR: 0:19: 'subgroup op' : requires SPIR-V 1.3 3 ERROR: 0:21: 'subgroup op' : requires SPIR-V 1.3 4 ERROR: 0:22: 'subgroup op' : requires SPIR-V 1.3 5 ERROR: 0:23: 'subgroup op' : requires SPIR-V 1.3 6 ERROR: 0:24: 'subgroup op' : requires SPIR-V 1.3 7 ERROR: 0:26: 'subgroup op' : requires SPIR-V 1.3 8 ERROR: 0:27: 'subgroup op' : requires SPIR-V 1.3 9 ERROR: 0:28: 'subgroup op' : requires SPIR-V 1.3 10 ERROR: 0:29: 'subgroup op' : requires SPIR-V 1.3 11 ERROR: 0:31: 'subgroup op' : requires SPIR-V 1.3 [all …]
|
D | spv.vulkan100.subgroupArithmetic.comp.out | 2 ERROR: 0:19: 'subgroup op' : requires SPIR-V 1.3 3 ERROR: 0:20: 'subgroup op' : requires SPIR-V 1.3 4 ERROR: 0:21: 'subgroup op' : requires SPIR-V 1.3 5 ERROR: 0:22: 'subgroup op' : requires SPIR-V 1.3 6 ERROR: 0:24: 'subgroup op' : requires SPIR-V 1.3 7 ERROR: 0:25: 'subgroup op' : requires SPIR-V 1.3 8 ERROR: 0:26: 'subgroup op' : requires SPIR-V 1.3 9 ERROR: 0:27: 'subgroup op' : requires SPIR-V 1.3 10 ERROR: 0:29: 'subgroup op' : requires SPIR-V 1.3 11 ERROR: 0:30: 'subgroup op' : requires SPIR-V 1.3 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenMCCodeEmitter.inc | 4238 uint64_t op = 0; 4239 (void)op; // suppress warning 4510 // op: Dd 4511 op = getMachineOpValue(MI, MI.getOperand(0), Fixups, STI); 4512 Value |= (op & UINT64_C(16)) << 18; 4513 Value |= (op & UINT64_C(15)) << 12; 4514 // op: Dm 4515 op = getMachineOpValue(MI, MI.getOperand(1), Fixups, STI); 4516 Value |= (op & UINT64_C(16)) << 1; 4517 Value |= (op & UINT64_C(15)); [all …]
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
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 << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenMCCodeEmitter.inc | 2768 uint64_t op = 0; 2769 (void)op; // suppress warning 2824 // op: ac 2825 op = getMachineOpValue(MI, MI.getOperand(0), Fixups, STI); 2826 op &= UINT64_C(3); 2827 op <<= 11; 2828 Value |= op; 2829 // op: rs 2830 op = getMachineOpValue(MI, MI.getOperand(1), Fixups, STI); 2831 op &= UINT64_C(31); [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
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 << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase() [all …]
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
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 << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenMCCodeEmitter.inc | 2305 uint64_t op = 0; 2306 (void)op; // suppress warning 2511 // op: A 2512 op = getMachineOpValue(MI, MI.getOperand(0), Fixups, STI); 2513 op &= UINT64_C(1); 2514 op <<= 25; 2515 Value |= op; 2520 // op: A 2521 op = getMachineOpValue(MI, MI.getOperand(0), Fixups, STI); 2522 op &= UINT64_C(31); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenMCCodeEmitter.inc | 5404 uint64_t op = 0; 5405 (void)op; // suppress warning 5510 // op: CRm 5511 op = getMachineOpValue(MI, MI.getOperand(0), Fixups, STI); 5512 op &= UINT64_C(15); 5513 op <<= 8; 5514 Value |= op; 5519 // op: Pd 5520 op = getMachineOpValue(MI, MI.getOperand(0), Fixups, STI); 5521 op &= UINT64_C(15); [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | emitter.asyncGenerators.classMethods.es5.js | 68 function step(op) { argument 70 while (g && (g = 0, op[0] && (_ = 0)), _) try { 71 … (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y)… 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[1], done: false }; 76 case 5: _.label++; y = op[1]; op = [0]; continue; 77 case 7: op = _.ops.pop(); _.trys.pop(); continue; 79 …if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; c… [all …]
|
D | emitter.asyncGenerators.objectLiteralMethods.es5.js | 51 function step(op) { argument 53 while (g && (g = 0, op[0] && (_ = 0)), _) try { 54 … (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y)… 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[1], done: false }; 59 case 5: _.label++; y = op[1]; op = [0]; continue; 60 case 7: op = _.ops.pop(); _.trys.pop(); continue; 62 …if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; c… [all …]
|
D | emitter.asyncGenerators.functionDeclarations.es5.js | 37 function step(op) { argument 39 while (g && (g = 0, op[0] && (_ = 0)), _) try { 40 … (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y)… 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[1], done: false }; 45 case 5: _.label++; y = op[1]; op = [0]; continue; 46 case 7: op = _.ops.pop(); _.trys.pop(); continue; 48 …if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; c… [all …]
|
D | emitter.asyncGenerators.functionExpressions.es5.js | 37 function step(op) { argument 39 while (g && (g = 0, op[0] && (_ = 0)), _) try { 40 … (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y)… 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[1], done: false }; 45 case 5: _.label++; y = op[1]; op = [0]; continue; 46 case 7: op = _.ops.pop(); _.trys.pop(); continue; 48 …if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; c… [all …]
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | helpers.h | 30 #define OP_IS_LOAD_VARY_F(op) (\ argument 31 op == midgard_op_ld_vary_16 || \ 32 op == midgard_op_ld_vary_32 \ 35 #define OP_IS_PROJECTION(op) ( \ argument 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) ( \ argument 42 OP_IS_PROJECTION(op) || \ 43 op == midgard_op_ld_cubemap_coords \ [all …]
|
/third_party/vixl/test/ |
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.IsImmediate()); in TEST_AARCH32() [all …]
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Operator_autogen.h | 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 >= EOpTextureOffset && op <= EOpTextureProjGradOffset; in IsTextureOffsetNoBias() 479 static inline bool IsTextureOffsetBias(TOperator op) in IsTextureOffsetBias() argument 481 return op >= EOpTextureOffsetBias && op <= EOpTextureProjOffsetBias; in IsTextureOffsetBias() [all …]
|
/third_party/node/deps/zlib/ |
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() 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() 127 if (bits < op) { in inflate_fast() [all …]
|
/third_party/node/deps/v8/third_party/zlib/ |
D | inffast.c | 78 unsigned op; /* code bits, operation, extra bits, or */ local 116 op = (unsigned)(here->bits); 117 hold >>= op; 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) { 130 if (bits < op) { [all …]
|
/third_party/skia/third_party/externals/zlib/ |
D | inffast.c | 78 unsigned op; /* code bits, operation, extra bits, or */ local 116 op = (unsigned)(here.bits); 117 hold >>= op; 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) { 130 if (bits < op) { [all …]
|
/third_party/zlib/ |
D | inffast.c | 74 unsigned op; /* code bits, operation, extra bits, or */ local 112 op = (unsigned)(here->bits); 113 hold >>= op; 114 bits -= op; 115 op = (unsigned)(here->op); 116 if (op == 0) { /* literal */ 122 else if (op & 16) { /* length base */ 124 op &= 15; /* number of extra bits */ 125 if (op) { 126 if (bits < op) { [all …]
|
/third_party/elfutils/libcpu/ |
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[2] = addrbuf; in riscv_disasm() 223 op[0] = FREGP ((first >> 2) & 0x7); in riscv_disasm() 227 op[1] = addrbuf; in riscv_disasm() [all …]
|
/third_party/libwebsockets/win32port/zlib/ |
D | inffast.c | 91 unsigned op; /* code bits, operation, extra bits, or */ local 129 op = (unsigned)(here.bits); 130 hold >>= op; 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) { 143 if (bits < op) { [all …]
|
/third_party/python/Objects/ |
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() [all …]
|
D | funcobject.c | 59 PyFunctionObject *op = PyObject_GC_New(PyFunctionObject, &PyFunction_Type); in PyFunction_NewWithQualName() local 60 if (op == NULL) { in PyFunction_NewWithQualName() 66 op->func_globals = globals; in PyFunction_NewWithQualName() 67 op->func_builtins = builtins; in PyFunction_NewWithQualName() 68 op->func_name = name; in PyFunction_NewWithQualName() 69 op->func_qualname = qualname; in PyFunction_NewWithQualName() 70 op->func_code = (PyObject*)code_obj; in PyFunction_NewWithQualName() 71 op->func_defaults = NULL; // No default positional arguments in PyFunction_NewWithQualName() 72 op->func_kwdefaults = NULL; // No default keyword arguments in PyFunction_NewWithQualName() 73 op->func_closure = NULL; in PyFunction_NewWithQualName() [all …]
|