Home
last modified time | relevance | path

Searched full:gather (Results 1 – 25 of 4331) sorted by relevance

12345678910>>...174

/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/ci/
H A Dnouveau-gt215-fails.txt127 # Gather with non-zero comp doesn't work
129 KHR-GLES31.core.texture_gather.offset-gather-depth-2d,Fail
130 KHR-GLES31.core.texture_gather.offset-gather-depth-2darray,Fail
131 KHR-GLES31.core.texture_gather.offset-gather-int-2darray,Fail
132 KHR-GLES31.core.texture_gather.offset-gather-uint-2d,Fail
133 KHR-GLES31.core.texture_gather.plain-gather-depth-2d,Fail
134 KHR-GLES31.core.texture_gather.plain-gather-depth-2darray,Fail
135 KHR-GLES31.core.texture_gather.plain-gather-depth-cube,Fail
136 KHR-GLES31.core.texture_gather.plain-gather-float-2d-srgb-alpha,Fail
137 KHR-GLES31.core.texture_gather.plain-gather-int-2darray,Fail
[all …]
/aosp_15_r20/external/mesa3d/src/panfrost/ci/
H A Dpanfrost-t760-fails.txt42 dEQP-GLES31.functional.texture.border_clamp.per_axis_wrap_mode.texture_2d.compressed_color.gather.s…
43 dEQP-GLES31.functional.texture.border_clamp.per_axis_wrap_mode.texture_2d.compressed_color.gather.s…
44 dEQP-GLES31.functional.texture.border_clamp.per_axis_wrap_mode.texture_2d.float_depth.gather.s_mirr…
45 dEQP-GLES31.functional.texture.border_clamp.per_axis_wrap_mode.texture_2d.float_depth.gather.s_mirr…
46 dEQP-GLES31.functional.texture.border_clamp.per_axis_wrap_mode.texture_2d.snorm_color.gather.s_mirr…
47 dEQP-GLES31.functional.texture.border_clamp.per_axis_wrap_mode.texture_2d.snorm_color.gather.s_mirr…
48 dEQP-GLES31.functional.texture.border_clamp.per_axis_wrap_mode.texture_2d.unorm_color.gather.s_mirr…
49 dEQP-GLES31.functional.texture.border_clamp.per_axis_wrap_mode.texture_2d.unorm_color.gather.s_mirr…
50 dEQP-GLES31.functional.texture.border_clamp.per_axis_wrap_mode.texture_2d.unorm_depth.gather.s_mirr…
51 dEQP-GLES31.functional.texture.border_clamp.per_axis_wrap_mode.texture_2d.unorm_depth.gather.s_mirr…
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/ci/
H A Dsoftpipe-asan-fails.txt28 dEQP-GLES31.functional.texture.gather.basic.cube.rgba8.no_corners.size_pot.mirrored_repeat_clamp_to…
29 dEQP-GLES31.functional.texture.gather.basic.cube.rgba8.no_corners.size_pot.repeat_mirrored_repeat,F…
30 dEQP-GLES31.functional.texture.gather.basic.cube.rgba8i.no_corners.size_pot.mirrored_repeat_clamp_t…
31 dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.depth32f.base_level.l…
32 dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.depth32f.size_npot.co…
33 dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.depth32f.size_npot.co…
34 dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.depth32f.size_npot.co…
35 dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.depth32f.size_pot.com…
36 dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.rgba8.base_level.leve…
37 dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.rgba8.size_pot.clamp_…
[all …]
H A Dsoftpipe-fails.txt523 dEQP-GLES31.functional.texture.gather.basic.cube.rgba8.no_corners.size_pot.clamp_to_edge_repeat,Fail
524 dEQP-GLES31.functional.texture.gather.basic.cube.rgba8.no_corners.size_pot.mirrored_repeat_clamp_to…
525 dEQP-GLES31.functional.texture.gather.basic.cube.rgba8.no_corners.size_pot.repeat_mirrored_repeat,F…
526 dEQP-GLES31.functional.texture.gather.basic.cube.rgba8i.no_corners.size_pot.clamp_to_edge_repeat,Fa…
527 dEQP-GLES31.functional.texture.gather.basic.cube.rgba8i.no_corners.size_pot.mirrored_repeat_clamp_t…
528 dEQP-GLES31.functional.texture.gather.basic.cube.rgba8i.no_corners.size_pot.repeat_mirrored_repeat,…
529 dEQP-GLES31.functional.texture.gather.basic.cube.rgba8ui.no_corners.size_pot.clamp_to_edge_repeat,F…
530 dEQP-GLES31.functional.texture.gather.basic.cube.rgba8ui.no_corners.size_pot.mirrored_repeat_clamp_…
531 dEQP-GLES31.functional.texture.gather.basic.cube.rgba8ui.no_corners.size_pot.repeat_mirrored_repeat…
532 dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.depth32f.base_level.l…
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/parallel_for/
H A Darray_test.py41 x_i = array_ops.gather(x, i)
44 outputs.append(array_ops.gather(y, 2, axis=axis))
46 array_ops.gather(y, math_ops.cast(2, dtypes.int64), axis=axis))
48 array_ops.gather(y, 2, axis=math_ops.cast(axis, dtypes.int64)))
50 array_ops.gather(y, math_ops.cast(i, dtypes.int64), axis=axis))
51 outputs.append(array_ops.gather(y, [i], axis=axis))
52 outputs.append(array_ops.gather(y, [i, 2], axis=axis))
53 outputs.append(array_ops.gather(y, [[2, i], [i, 1]], axis=axis))
55 outputs.append(array_ops.gather(y, [0, 1, 2], axis=1, batch_dims=1))
56 outputs.append(array_ops.gather(y, [i, 1, 2], axis=2, batch_dims=1))
[all …]
H A Dmath_test.py55 x_i = array_ops.gather(x, i)
144 return op(array_ops.gather(x, i))
216 x1 = array_ops.gather(x, i)
217 y1 = array_ops.gather(y, i)
235 x1 = array_ops.gather(x, i)
236 y1 = array_ops.gather(y, i)
250 x1 = array_ops.gather(a, i)
262 x1 = array_ops.gather(x, i)
272 x_i = array_ops.gather(x, i)
273 y_i = array_ops.gather(y, i)
[all …]
H A Dcontrol_flow_ops_test.py93 x_i = array_ops.gather(x, i)
106 return array_ops.gather(x, i)
242 x_i = array_ops.gather(x, i)
243 y_i = array_ops.gather(y, i)
256 x_i = array_ops.gather(x, i)
270 x_i = array_ops.gather(x, i)
282 x_i = array_ops.gather(x, i)
299 x_i = array_ops.gather(x, i)
312 x_i = array_ops.gather(x, i)
325 x_i = array_ops.gather(x, i)
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dindexed_array_analysis_test.cc84 ROOT gather = s32[5,3] gather(operand, indices), in TEST_F()
104 ROOT gather = s32[5,3] gather(operand, indices), in TEST_F()
124 ROOT gather = s32[5] gather(operand, indices), in TEST_F()
133 AssertArrayForRootExpressionIs(hlo_text, "%gather"); in TEST_F()
143 ROOT gather = s32[5,3] gather(operand, indices), in TEST_F()
152 AssertArrayForRootExpressionIs(hlo_text, "%gather"); in TEST_F()
162 ROOT gather = s32[5,2,3] gather(operand, indices), in TEST_F()
171 AssertArrayForRootExpressionIs(hlo_text, "%gather"); in TEST_F()
181 ROOT gather = s32[5,2] gather(operand, indices), in TEST_F()
190 AssertArrayForRootExpressionIs(hlo_text, "%gather"); in TEST_F()
[all …]
H A Dgather_simplifier_test.cc38 ROOT gather = f32[42,43,7,8] gather(operand, indices), in TEST_F()
49 CHECK: %[[GATHER:.*]] = f32[1806,7,8]{{.*}} gather( in TEST_F()
56 CHECK: ROOT %{{.*}} = f32[42,43,7,8]{3,2,1,0} reshape(%[[GATHER]]) in TEST_F()
69 ROOT gather = f32[42] gather(operand, indices), in TEST_F()
78 CHECK: %[[GATHER:.*]] = f32[42,1,1]{2,1,0} gather(%operand, %indices) in TEST_F()
81 CHECK: ROOT %{{.*}} = f32[42]{0} reshape(%[[GATHER]]) in TEST_F()
93 ROOT gather = f32[42,1,2,3] gather(operand, indices), in TEST_F()
104 CHECK: %[[GATHER:.*]] = f32[42,3,1,2]{{.*}} gather(%[[OPERAND]], in TEST_F()
106 CHECK: ROOT {{.*}} = f32[42,1,2,3]{{.*}} transpose(%[[GATHER]]) in TEST_F()
118 ROOT gather = f32[7,42] gather(operand, indices), in TEST_F()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dgather_operation_test.cc53 ROOT gather = s32[2,3] gather(operand, indices), in XLA_TEST_F()
75 ROOT gather = s32[3, 1, 2, 3] gather(operand, indices), in XLA_TEST_F()
98 ROOT gather = s32[3,2] gather(operand, indices), in XLA_TEST_F()
119 ROOT gather = s32[2,3,2] gather(operand, indices), in XLA_TEST_F()
140 ROOT gather = s32[2,2] gather(operand, indices), in XLA_TEST_F()
162 ROOT gather = s32[2,1,1,2] gather(operand, indices), in XLA_TEST_F()
184 ROOT gather = s32[2,2] gather(operand, indices), in XLA_TEST_F()
207 ROOT gather = s32[2,2] gather(operand, indices), in XLA_TEST_F()
230 ROOT gather = s32[1,1] gather(operand, indices), in XLA_TEST_F()
251 ROOT gather = s32[2,1,1] gather(operand, indices), in XLA_TEST_F()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
H A Dgather_op_test.py15 """Tests for tensorflow.ops.tf.gather."""
71 gather_t = array_ops.gather(params, indices_tf)
87 gather_t = array_ops.gather(params, indices, axis=axis)
104 gather_t = array_ops.gather(params, indices, axis=axis)
130 gather = array_ops.gather(tf_params, tf_indices, axis=tf_axis)
131 gather_negative_axis = array_ops.gather(
134 [gather, gather_negative_axis])
140 self.assertEqual(expected_shape, gather.shape)
145 *gather.get_shape().as_list()).astype(dtype.as_numpy_dtype)
149 gather, [tf_params, tf_indices, tf_axis], gather_grad)
[all …]
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dgather.example.cpp1 // Generated from gather.mod.py
7 namespace generated_tests::gather { namespace
54 .type = TestOperationType::GATHER, in get_test_model()
70 const auto dummy_test_model = TestModelManager::get().add("gather", get_test_model());
72 } // namespace generated_tests::gather
74 namespace generated_tests::gather { namespace
155 .type = TestOperationType::GATHER, in get_test_model_all_inputs_as_internal()
173 } // namespace generated_tests::gather
175 namespace generated_tests::gather { namespace
222 .type = TestOperationType::GATHER, in get_test_model_relaxed()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/ci/
H A Dr600-turks-fails.txt613 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.alpha_zero_one_red,Fail
614 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.blue_alpha_zero_one,Fail
615 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.one_red_green_blue,Fail
616 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.zero_one_red_green,Fail
617 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8i.texture_swizzle.alpha_zero_one_red,Fail
618 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8i.texture_swizzle.blue_alpha_zero_one,Fail
619 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8i.texture_swizzle.one_red_green_blue,Fail
620 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8i.texture_swizzle.zero_one_red_green,Fail
621 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8ui.texture_swizzle.alpha_zero_one_red,Fail
622 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8ui.texture_swizzle.blue_alpha_zero_one,Fail
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
H A Doptimize_mhlo.cc55 LogicalResult matchAndRewrite(GatherOp gather, in matchAndRewrite() argument
57 auto dimensionNumbers = gather.dimension_numbers(); in matchAndRewrite()
60 if (!gather.operand().getType().cast<ShapedType>().hasRank() || in matchAndRewrite()
61 !gather.operand().getType().cast<ShapedType>().hasStaticShape() || in matchAndRewrite()
62 !gather.start_indices().getType().cast<ShapedType>().hasRank() || in matchAndRewrite()
63 !gather.start_indices().getType().cast<ShapedType>().hasStaticShape()) { in matchAndRewrite()
64 return rewriter.notifyMatchFailure(gather, in matchAndRewrite()
69 return rewriter.notifyMatchFailure(gather, "non-zero index_vector_dim"); in matchAndRewrite()
76 return rewriter.notifyMatchFailure(gather, in matchAndRewrite()
80 auto resultTy = gather.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()
[all …]
H A Dlegalize_gather_to_torch_index_select.cc33 LogicalResult matchAndRewrite(GatherOp gather, in matchAndRewrite()
35 auto startIndices = gather.start_indices(); in matchAndRewrite()
38 return rewriter.notifyMatchFailure(gather, "unranked start_indices"); in matchAndRewrite()
41 auto operand = gather.operand(); in matchAndRewrite()
44 return rewriter.notifyMatchFailure(gather, "unranked operand"); in matchAndRewrite()
50 // gather indices. in matchAndRewrite()
51 auto dimensionNumbers = gather.dimension_numbers(); in matchAndRewrite()
54 gather, "index_vector_dim not last dimension of start_indices"); in matchAndRewrite()
61 gather, "start_indices index vector dimension not 1"); in matchAndRewrite()
67 return rewriter.notifyMatchFailure(gather, "start_index_map != [0]"); in matchAndRewrite()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_gather_ops.py15 """Gather operations for RaggedTensors."""
34 def gather(params: ragged_tensor.RaggedOrDense, function
42 See `tf.gather` for full documentation. (This version has the same API
43 as `tf.gather`, but supports ragged `params` and `indices`.)
52 >>> tf.gather(params, ragged_indices)
55 >>> tf.gather(ragged_params, indices)
58 >>> tf.gather(ragged_params, ragged_indices)
62 params: The potentially ragged tensor from which to gather values. Must be
64 indices: The potentially ragged tensor indicating which values to gather.
68 axis: The axis in `params` to gather `indices` from.
[all …]
/aosp_15_r20/external/llvm/test/Analysis/CostModel/X86/
H A Dmasked-intrinsic-cost.ll73 ; AVX2: Found an estimated cost of 7 {{.*}}.gather
76 ; KNL: Found an estimated cost of 7 {{.*}}.gather
79 ; SKX: Found an estimated cost of 7 {{.*}}.gather
81 %res = call <2 x double> @llvm.masked.gather.v2f64(<2 x double*> %ptrs, i32 4, <2 x i1> %mask, <2 x…
84 declare <2 x double> @llvm.masked.gather.v2f64(<2 x double*> %ptrs, i32, <2 x i1> %mask, <2 x doubl…
89 ; AVX2: Found an estimated cost of 16 {{.*}}.gather
92 ; KNL: Found an estimated cost of 16 {{.*}}.gather
95 ; SKX: Found an estimated cost of 6 {{.*}}.gather
97 %res = call <4 x i32> @llvm.masked.gather.v4i32(<4 x i32*> %ptrs, i32 4, <4 x i1> %mask, <4 x i32> …
104 ; AVX2: Found an estimated cost of 8 {{.*}}.gather
[all …]
/aosp_15_r20/external/pytorch/docs/source/notes/
H A Dfsdp.rst17 stream to allow for overlapping an all-gather with ``forward`` compute issued before it (from the C…
18 perspective). For example, if we have layer 0 all-gather -> layer 0 ``forward`` compute -> layer 1
19 all-gather -> …, then layer 1 all-gather can overlap with layer 0 ``forward`` compute even though t…
20 CPU thread issued it afterwards. (The 1st all-gather will not be able to overlap with anything.)
23 all-gather -> layer 1 all-gather -> layer 0 ``forward`` compute -> …. In eager mode, there is no wa…
31 the cost that the next all-gather’s output tensor must be allocated while the current one is still
32 in use. By issuing the next all- gather before the current ``forward`` compute kernels, the next
33 all-gather can start sooner on GPU. For most LLM workloads, this is not the case, so there is no
38 all-gather and reduce-scatter (partially because in earlier NCCL versions, it was not safe to use
41 we explicitly reorder the CPU issue order to be next all-gather -> current reduce-scatter, then the
[all …]
/aosp_15_r20/external/deqp/android/cts/main/src/
H A Dgles31-hw-issues.txt35 dEQP-GLES31.functional.texture.gather.basic.2d.depth32f.size_pot.compare_greater.mirrored_repeat_cl…
36 dEQP-GLES31.functional.texture.gather.basic.2d.depth32f.size_pot.compare_greater.repeat_mirrored_re…
37 dEQP-GLES31.functional.texture.gather.basic.2d.depth32f.size_pot.compare_less.mirrored_repeat_clamp…
38 dEQP-GLES31.functional.texture.gather.basic.2d.depth32f.size_pot.compare_less.repeat_mirrored_repeat
41 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.base_level.level_1
42 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.base_level.level_2
43 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_linear_mag_linear
44 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_linear_mipmap_linear_mag_…
45 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_linear_mipmap_nearest_mag…
46 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_nearest_mipmap_linear_mag…
[all …]
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
H A Dgles32-main.txt5099 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_pot.clamp_to_edge_repeat
5100 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_pot.repeat_mirrored_repeat
5101 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_pot.mirrored_repeat_clamp_to_edge
5102 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_npot.clamp_to_edge_repeat
5103 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_npot.repeat_mirrored_repeat
5104 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_npot.mirrored_repeat_clamp_to_edge
5105 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.red_green_blue_alpha
5106 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.green_blue_alpha_zero
5107 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.blue_alpha_zero_one
5108 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.alpha_zero_one_red
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dgather_scatter_handler.cc42 // gather/scatter slice size 1.
83 // Returns the min and max for the indices (replicated) in a scatter/gather
158 // Function that tries to perform recursive partitioning of Gather.
160 const HloGatherInstruction* gather, PartitionedHlo& operand,
165 // Perform partitioning of Gather when the indices are partitioned on the
168 const HloGatherInstruction* gather, const Shape& output_shape, in PartitionGatherIndexPassthroughPartition() argument
172 GatherDimensionNumbers dnums = gather->gather_dimension_numbers(); in PartitionGatherIndexPassthroughPartition()
177 std::vector<int64_t> output_dim_to_index_dim(gather->shape().rank(), -1); in PartitionGatherIndexPassthroughPartition()
250 PartitionGather(gather, per_group_operand, per_group_indices, in PartitionGatherIndexPassthroughPartition()
259 VLOG(5) << "[Gather partitioning]: Partitioned as index only"; in PartitionGatherIndexPassthroughPartition()
[all …]
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.5.x/src/
H A Dgles31-hw-issues.txt2 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat
3 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_rep…
4 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_cla…
5 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_re…
6 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_…
7 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.mirrored_repeat_…
8 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.clamp_to_edge_repe…
9 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.repeat_mirrored_re…
10 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.mirrored_repeat_cl…
11 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_greater.clamp_to_edge_r…
[all …]
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
H A Dgles31-hw-issues.txt2 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat
3 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_rep…
4 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_cla…
5 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_re…
6 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_…
7 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.mirrored_repeat_…
8 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.clamp_to_edge_repe…
9 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.repeat_mirrored_re…
10 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.mirrored_repeat_cl…
11 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_greater.clamp_to_edge_r…
[all …]
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.6.x/src/
H A Dgles31-hw-issues.txt2 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat
3 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_rep…
4 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_cla…
5 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_re…
6 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_…
7 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.mirrored_repeat_…
8 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.clamp_to_edge_repe…
9 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.repeat_mirrored_re…
10 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.mirrored_repeat_cl…
11 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_greater.clamp_to_edge_r…
[all …]
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/main/src/
H A Dgles31-hw-issues.txt2 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat
3 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_rep…
4 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_cla…
5 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_re…
6 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_…
7 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.mirrored_repeat_…
8 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.clamp_to_edge_repe…
9 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.repeat_mirrored_re…
10 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.mirrored_repeat_cl…
11 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_greater.clamp_to_edge_r…
[all …]

12345678910>>...174