Home
last modified time | relevance | path

Searched refs:op (Results 1 – 25 of 3100) sorted by relevance

12345678910>>...124

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp319 std::ostringstream& op = isVertexCase ? vtx : frag; in createGenericLoopCase() local
357op << "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()
367op << "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()
375op << "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/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp319 std::ostringstream& op = isVertexCase ? vtx : frag; in createGenericLoopCase() local
357op << "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()
367op << "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()
375op << "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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenMCCodeEmitter.inc4238 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/glslang/Test/baseResults/
Dspv.vulkan100.subgroupPartitioned.comp.out2 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 …]
Dspv.vulkan100.subgroupArithmetic.comp.out2 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/vk-gl-cts/modules/gles2/functional/
Des2fShaderLoopTests.cpp280 std::ostringstream& op = isVertexCase ? vtx : frag; in createGenericLoopCase() local
312 op << "uniform ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n"; in createGenericLoopCase()
317op << "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/
DMipsGenMCCodeEmitter.inc2768 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/
DglcShaderLoopTests.cpp226 std::ostringstream& op = isVertexCase ? vtx : frag; in createGenericLoopCase() local
262 op << "uniform ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n"; in createGenericLoopCase()
267op << "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/
Des3fShaderLoopTests.cpp248 std::ostringstream& op = isVertexCase ? vtx : frag; in createGenericLoopCase() local
284 op << "uniform ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n"; in createGenericLoopCase()
289op << "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/vk-gl-cts/android/cts/main/vksc-master/
Dsynchronization2.txt2891 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_copy_buffer.buffer_16384
2892 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_copy_buffer.buffer_262144
2893 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_copy_buffer_to_image.buffer…
2894 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_copy_buffer_to_image.buffer…
2895 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_ubo_vertex.buffer_16384
2896 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_ubo_tess_control.buffer_163…
2897 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_ubo_tess_eval.buffer_16384
2898 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_ubo_geometry.buffer_16384
2899 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_ubo_fragment.buffer_16384
2900 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_ubo_compute.buffer_16384
[all …]
Dsynchronization.txt2900 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_copy_buffer.buffer_16384
2901 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_copy_buffer.buffer_262144
2902 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_copy_buffer_to_image.buffer_…
2903 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_copy_buffer_to_image.buffer_…
2904 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_ubo_vertex.buffer_16384
2905 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_ubo_tess_control.buffer_16384
2906 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_ubo_tess_eval.buffer_16384
2907 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_ubo_geometry.buffer_16384
2908 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_ubo_fragment.buffer_16384
2909 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_ubo_compute.buffer_16384
[all …]
/third_party/vk-gl-cts/android/cts/main/vksc-main/
Dsynchronization2.txt2876 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_copy_buffer.buffer_16384
2877 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_copy_buffer.buffer_262144
2878 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_copy_buffer_to_image.buffer…
2879 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_copy_buffer_to_image.buffer…
2880 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_ubo_vertex.buffer_16384
2881 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_ubo_tess_control.buffer_163…
2882 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_ubo_tess_eval.buffer_16384
2883 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_ubo_geometry.buffer_16384
2884 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_ubo_fragment.buffer_16384
2885 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_ubo_compute.buffer_16384
[all …]
Dsynchronization.txt2878 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_copy_buffer.buffer_16384
2879 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_copy_buffer.buffer_262144
2880 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_copy_buffer_to_image.buffer_…
2881 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_copy_buffer_to_image.buffer_…
2882 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_ubo_vertex.buffer_16384
2883 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_ubo_tess_control.buffer_16384
2884 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_ubo_tess_eval.buffer_16384
2885 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_ubo_geometry.buffer_16384
2886 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_ubo_fragment.buffer_16384
2887 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_ubo_compute.buffer_16384
[all …]
/third_party/vk-gl-cts/external/vulkancts/mustpass/main/vksc-default/
Dsynchronization.txt2878 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_copy_buffer.buffer_16384
2879 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_copy_buffer.buffer_262144
2880 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_copy_buffer_to_image.buffer_…
2881 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_copy_buffer_to_image.buffer_…
2882 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_ubo_vertex.buffer_16384
2883 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_ubo_tess_control.buffer_16384
2884 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_ubo_tess_eval.buffer_16384
2885 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_ubo_geometry.buffer_16384
2886 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_ubo_fragment.buffer_16384
2887 dEQP-VKSC.synchronization.op.single_queue.fence.write_fill_buffer_read_ubo_compute.buffer_16384
[all …]
Dsynchronization2.txt2876 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_copy_buffer.buffer_16384
2877 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_copy_buffer.buffer_262144
2878 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_copy_buffer_to_image.buffer…
2879 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_copy_buffer_to_image.buffer…
2880 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_ubo_vertex.buffer_16384
2881 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_ubo_tess_control.buffer_163…
2882 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_ubo_tess_eval.buffer_16384
2883 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_ubo_geometry.buffer_16384
2884 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_ubo_fragment.buffer_16384
2885 dEQP-VKSC.synchronization2.op.single_queue.fence.write_fill_buffer_read_ubo_compute.buffer_16384
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenMCCodeEmitter.inc2305 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/
DAArch64GenMCCodeEmitter.inc5404 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/
Demitter.asyncGenerators.classMethods.es5.js68 function step(op) { argument
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…
80 … if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
[all …]
Demitter.asyncGenerators.functionDeclarations.es5.js37 function step(op) { argument
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…
49 … if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
[all …]
Demitter.asyncGenerators.functionExpressions.es5.js37 function step(op) { argument
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…
49 … if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
[all …]
Demitter.asyncGenerators.objectLiteralMethods.es5.js51 function step(op) { argument
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…
63 … if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
[all …]
/third_party/mesa3d/src/panfrost/midgard/
Dhelpers.h30 #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/skia/third_party/externals/angle2/src/compiler/translator/
DOperator_autogen.h460 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/freetype/src/gzip/
Dinffast.c74 unsigned op; /* code bits, operation, extra bits, or */ in inflate_fast() local
112 op = (unsigned)(here->bits); in inflate_fast()
113 hold >>= op; in inflate_fast()
114 bits -= op; in inflate_fast()
115 op = (unsigned)(here->op); in inflate_fast()
116 if (op == 0) { /* literal */ in inflate_fast()
122 else if (op & 16) { /* length base */ in inflate_fast()
124 op &= 15; /* number of extra bits */ in inflate_fast()
125 if (op) { in inflate_fast()
126 if (bits < op) { in inflate_fast()
[all …]
/third_party/zlib/
Dinffast.c74 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 …]

12345678910>>...124