Home
last modified time | relevance | path

Searched refs:subgroup (Results 1 – 25 of 107) sorted by relevance

12345

/external/deqp-deps/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 …]
Dspv.subgroup.frag.out1 spv.subgroup.frag
Dspv.subgroup.tesc.out1 spv.subgroup.tesc
Dspv.subgroup.vert.out1 spv.subgroup.vert
Dspv.subgroup.geom.out1 spv.subgroup.geom
Dspv.subgroup.tese.out1 spv.subgroup.tese
/external/ltp/testcases/kernel/controllers/memcg/functional/
Dmemcg_stat_test.sh66 mkdir subgroup
68 echo $((PAGESIZE*2)) > subgroup/memory.limit_in_bytes
70 cd subgroup
74 rmdir subgroup
82 mkdir subgroup
84 echo $((PAGESIZE*2)) > subgroup/memory.limit_in_bytes
86 cd subgroup
90 rmdir subgroup
103 mkdir subgroup
106 echo $((PAGESIZE*2)) > subgroup/memory.limit_in_bytes
[all …]
Dmemcg_use_hierarchy_test.sh40 mkdir subgroup
41 cd subgroup
45 rmdir subgroup
51 mkdir subgroup
54 rmdir subgroup
61 mkdir subgroup
62 EXPECT_FAIL echo 0 \> subgroup/memory.use_hierarchy
64 rmdir subgroup
Dmemcg_lib.sh411 mkdir subgroup
413 echo $2 > subgroup/memory.limit_in_bytes
428 cd subgroup
436 rmdir subgroup
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Drasterize.cl164 // SIMT subgroup scratchpad for max scan -- also shared with 'winner' member
180 } subgroup;
1012 // subgroup.
1086 // FIXME -- accelerate this iteration/search with a subgroup operation
1297 smem->subgroup.winner = hash;
1304 skc_uint const winner = smem->subgroup.winner;
1316 smem->subgroup.winner = yx;
1337 skc_uint const new_yx = smem->subgroup.winner;
1401 smem->subgroup.vN.scratch[0] = ( 0 );
1406 smem->subgroup.aN.scratch[scratch_idx C] = I;
[all …]
Dfills_expand.cl151 // Need to harmonize the way we determine a subgroup's id. In this
153 // used. Although the device/mask calc to determine subgroup and
155 // we're working with subgroups by using the subgroup API.
157 // every subgroup/simd that will work on the block loads the same command
Dprefix.cl249 // SIMT with subgroup support is easy
251 // SIMT without subgroup support can always emulate with smem
300 // SIMT with subgroup support is easy
302 // SIMT without subgroup support can always emulate with smem
791 // where is this subgroup in the grid?
802 // return if this subgroup is excess
810 // get meta info for this subgroup's raster
827 // preload blocks -- align on subgroup
Dplace.cl98 …MASK (SKC_PLACE_SUBGROUP_SIZE / SKC_PLACE_SUBGROUP_RATIO - 1) // equal to prefix subgroup mask
374 // subgroup of 64-bit keys at a time. This is probably not the most
376 // wider than subgroup (node-sized) queue of keys.
510 // This is a subgroup-centric kernel
512 // Which subgroup in the grid is this?
664 // this might be recognized as a subgroup-uniform/scalar.
806 // this might be recognized as a subgroup-uniform/scalar.
/external/skia/src/compute/skc/platforms/cl_12/kernels/
Drasterize.cl164 // SIMT subgroup scratchpad for max scan -- also shared with 'winner' member
180 } subgroup;
1012 // subgroup.
1086 // FIXME -- accelerate this iteration/search with a subgroup operation
1297 smem->subgroup.winner = hash;
1304 skc_uint const winner = smem->subgroup.winner;
1316 smem->subgroup.winner = yx;
1337 skc_uint const new_yx = smem->subgroup.winner;
1401 smem->subgroup.vN.scratch[0] = ( 0 );
1406 smem->subgroup.aN.scratch[scratch_idx C] = I;
[all …]
Dfills_expand.cl151 // Need to harmonize the way we determine a subgroup's id. In this
153 // used. Although the device/mask calc to determine subgroup and
155 // we're working with subgroups by using the subgroup API.
157 // every subgroup/simd that will work on the block loads the same command
Dprefix.cl249 // SIMT with subgroup support is easy
251 // SIMT without subgroup support can always emulate with smem
300 // SIMT with subgroup support is easy
302 // SIMT without subgroup support can always emulate with smem
791 // where is this subgroup in the grid?
802 // return if this subgroup is excess
810 // get meta info for this subgroup's raster
827 // preload blocks -- align on subgroup
Dplace.cl98 …MASK (SKC_PLACE_SUBGROUP_SIZE / SKC_PLACE_SUBGROUP_RATIO - 1) // equal to prefix subgroup mask
374 // subgroup of 64-bit keys at a time. This is probably not the most
376 // wider than subgroup (node-sized) queue of keys.
510 // This is a subgroup-centric kernel
512 // Which subgroup in the grid is this?
664 // this might be recognized as a subgroup-uniform/scalar.
806 // this might be recognized as a subgroup-uniform/scalar.
/external/wycheproof/doc/
Ddh.md8 attacker can try to send a public key that is an element of a small subgroup. If
10 private key modulo the order of the small subgroup. Several countermeasures
16 subgroup generated by the generator g is big enough to prevent the baby-step
19 prime q are sufficient for 112 bit security. To avoid subgroup confinment
31 order of the subgroup q. Moreover, the SUN provider uses the minimal sizes
35 subgroup confinement attacks. Without a key validation it is insecure to use the key-pair
81 "A key recovery attack on discrete log-based schemes using a prime order subgroup",
/external/deqp/doc/testspecs/GLES31/
Dfunctional.texture.border_clamp.txt49 In formats.* subgroup, all GLES31 texture formats are tested. Each format is
53 In range_clamp.* subgroup, border color components are set to values that are
57 In sampler.* subgroup, texture border color and wrapping mode are set using
/external/unicode/
Demoji-test.txt35 # subgroup: face-smiling
50 # subgroup: face-affection
61 # subgroup: face-tongue
69 # subgroup: face-hand
75 # subgroup: face-neutral-skeptical
87 # subgroup: face-sleepy
94 # subgroup: face-unwell
107 # subgroup: face-hat
111 # subgroup: face-glasses
116 # subgroup: face-concerned
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/data/emoji/
Demoji-test.txt25 # subgroup: face-positive
50 # subgroup: face-neutral
79 # subgroup: face-negative
106 # subgroup: face-sick
114 # subgroup: face-role
126 # subgroup: face-fantasy
141 # subgroup: cat-face
152 # subgroup: monkey-face
157 # subgroup: person
303 # subgroup: person-role
[all …]
/external/icu/icu4c/source/test/testdata/
Demoji-test.txt25 # subgroup: face-positive
49 # subgroup: face-neutral
78 # subgroup: face-negative
103 # subgroup: face-sick
111 # subgroup: face-role
121 # subgroup: face-fantasy
135 # subgroup: cat-face
146 # subgroup: monkey-face
151 # subgroup: person
213 # subgroup: person-role
[all …]
/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpgfpecsetpointoctstring.c79 IPP_BADARG_RET(!pEC->subgroup, ippStsContextMatchErr);
Dpcpgfpecgetpointoctstring.c80 IPP_BADARG_RET(!pEC->subgroup, ippStsContextMatchErr);

12345