Home
last modified time | relevance | path

Searched refs:x_coord (Results 1 – 25 of 29) sorted by relevance

12

/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/terminate_invocation/
Dno_ssbo_atomic.amber61 ; int x_coord = int(gl_FragCoord.x);
63 ; int combined = (x_coord & 0x1) + (y_coord & 0x1) + in_data;
67 ; atomicAdd(a.a[x_coord + 8 * y_coord], x_coord);
110 %x_coord = OpCompositeExtract %float %coord 0
113 %x = OpConvertFToS %int %x_coord
Dssbo_atomic_before_terminate.amber61 ; int x_coord = int(gl_FragCoord.x);
63 ; int combined = (x_coord & 0x1) + (y_coord & 0x1) + in_data;
64 ; atomicAdd(a.a[x_coord + 8 * y_coord], x_coord);
109 %x_coord = OpCompositeExtract %float %coord 0
112 %x = OpConvertFToS %int %x_coord
Dno_ssbo_store.amber63 ; int x_coord = int(gl_FragCoord.x);
65 ; int combined = (x_coord & 0x1) + (y_coord & 0x1) + in_data;
69 ; a.a[x_coord + 8 * y_coord] = x_coord;
110 %x_coord = OpCompositeExtract %float %coord 0
113 %x = OpConvertFToS %int %x_coord
Dssbo_store_before_terminate.amber63 ; int x_coord = int(gl_FragCoord.x);
65 ; int combined = (x_coord & 0x1) + (y_coord & 0x1) + in_data;
66 ; a.a[x_coord + 8 * y_coord] = x_coord;
109 %x_coord = OpCompositeExtract %float %coord 0
112 %x = OpConvertFToS %int %x_coord
Dno_image_store.amber63 ; int x_coord = int(gl_FragCoord.x);
65 ; int combined = (x_coord & 0x1) + (y_coord & 0x1) + in_data;
69 ; ivec4 data = ivec4(x_coord, 0, 0, 0);
70 ; imageStore(im2d, ivec2(x_coord, y_coord), data);
107 %x_coord = OpCompositeExtract %float %coord 0
110 %x = OpConvertFToS %int %x_coord
Dno_image_atomic.amber61 ; int x_coord = int(gl_FragCoord.x);
63 ; int combined = (x_coord & 0x1) + (y_coord & 0x1) + in_data;
67 ; imageAtomicAdd(im2d, ivec2(x_coord, y_coord), x_coord);
107 %x_coord = OpCompositeExtract %float %coord 0
110 %x = OpConvertFToS %int %x_coord
Dno_out_of_bounds_load.amber62 ; int x_coord = int(gl_FragCoord.x);
64 ; int add = (x_coord & 0x1) + (y_coord & 0x1);
70 ; int* b_ptr = (add == 0) ? &b.b[0] + b.b.length() : &b.b[x_coord + 8 * y_coord];
71 ; a.a[x_coord + 8 * y_coord] = *b_ptr;;
119 %x_coord = OpCompositeExtract %float %coord 0
122 %x = OpConvertFToS %int %x_coord
Dno_null_pointer_store.amber62 ; int x_coord = int(gl_FragCoord.x);
64 ; int combined = (x_coord & 0x1) + (y_coord & 0x1) + in_data;
65 ; int* a_ptr = &a.a[x_coord + 8 * y_coord];
71 ; *a_ptr = b.b[x_coord + 8 * y_coord];
118 %x_coord = OpCompositeExtract %float %coord 0
121 %x = OpConvertFToS %int %x_coord
Dno_null_pointer_load.amber62 ; int x_coord = int(gl_FragCoord.x);
64 ; int combined = (x_coord & 0x1) + (y_coord & 0x1) + in_data;
65 ; int* b_ptr = &b.b[x_coord + 8 * y_coord];
71 ; a.a[x_coord + 8 * y_coord] = *b_ptr;;
118 %x_coord = OpCompositeExtract %float %coord 0
121 %x = OpConvertFToS %int %x_coord
Dno_out_of_bounds_store.amber62 ; int x_coord = int(gl_FragCoord.x);
64 ; int add = (x_coord & 0x1) + (y_coord & 0x1);
70 ; int* a_ptr = (add == 0) ? &a.a[0] + a.a.length() : &a.a[x_coord + 8 * y_coord];
71 ; *a_ptr = b.b[x_coord + 8 * y_coord];
119 %x_coord = OpCompositeExtract %float %coord 0
122 %x = OpConvertFToS %int %x_coord
Dno_out_of_bounds_atomic.amber62 ; int x_coord = int(gl_FragCoord.x);
64 ; int add = (x_coord & 0x1) + (y_coord & 0x1);
70 ; int* a_ptr = (add == 0) ? &a.a[0] + a.a.length() : &a.a[x_coord + 8 * y_coord];
71 ; atomicAdd(*a_ptr, b.b[x_coord + 8 * y_coord]);
121 %x_coord = OpCompositeExtract %float %coord 0
124 %x = OpConvertFToS %int %x_coord
Dno_output_write_before_terminate.amber57 ; int x_coord = int(gl_FragCoord.x);
59 ; int combined = (x_coord & 0x1) + (y_coord & 0x1) + in_data;
89 %x_coord = OpCompositeExtract %float %coord 0
92 %x = OpConvertFToS %int %x_coord
Dno_output_write.amber57 ; int x_coord = int(gl_FragCoord.x);
59 ; int combined = (x_coord & 0x1) + (y_coord & 0x1) + in_data;
90 %x_coord = OpCompositeExtract %float %coord 0
93 %x = OpConvertFToS %int %x_coord
Dsubgroup_ballot.amber59 ; int x_coord = int(gl_FragCoord.x);
61 ; int combined = (x_coord & 0x1) + (y_coord & 0x1) + in_data;
66 ; int quad_idx = (x_coord & 0x1) + 2 * (y_coord & 0x1);
121 %x_coord = OpCompositeExtract %float %coord 0
124 %x = OpConvertFToS %int %x_coord
Dsubgroup_vote.amber59 ; int x_coord = int(gl_FragCoord.x);
61 ; int combined = (x_coord & 0x1) + (y_coord & 0x1) + in_data;
102 %x_coord = OpCompositeExtract %float %coord 0
105 %x = OpConvertFToS %int %x_coord
Dterminate_loop.amber57 ; int x_coord = int(gl_FragCoord.x);
59 ; int combined = (x_coord & 0x1) + (y_coord & 0x1) + in_data;
93 %x_coord = OpCompositeExtract %float %coord 0
96 %x = OpConvertFToS %int %x_coord
/external/dynamic_depth/internal/dynamic_depth/
Dpoint.h10 Point(T x_coord, T y_coord) : x(x_coord), y(y_coord) {} in Point()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Delementwise.cc250 const std::string x_coord = shape.w == 1 ? "0" : "X_COORD"; in CreateElementwiseTwoInput() local
254 x_coord, ", ", y_coord, ", ", s_coord, ");\n"); in CreateElementwiseTwoInput()
313 const std::string x_coord = shape.w == 1 ? "0" : "X_COORD"; in CreateElementwiseTwoInput() local
316 op.code_ = absl::StrCat("FLT4 second_val = args.second_tensor.Read(", x_coord, in CreateElementwiseTwoInput()
Dprelu.cc58 const std::string x_coord = shape.w == 1 ? "0" : "X_COORD"; in CreatePReLU() local
61 alpha_read = absl::StrCat("FLT4 alpha_val = args.alpha.Read(", x_coord, in CreatePReLU()
Dconvolution_transposed_thin.cc130 const std::string x_coord = "X + " + std::to_string(x); in GenerateConvolutionTransposedCode() local
132 c += " if (" + x_coord + " < args.dst_tensor.Width() && " + y_coord + in GenerateConvolutionTransposedCode()
140 c += " args.dst_tensor.Write(result, " + x_coord + ", " + y_coord + in GenerateConvolutionTransposedCode()
Dconvolution_transposed_3x3_thin.cc175 const std::string x_coord = "X + " + std::to_string(x); in GenerateConvolutionTransposedCode() local
180 c += " args.dst_tensor.Write(result, " + x_coord + ", " + y_coord + in GenerateConvolutionTransposedCode()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.cpp1298 auto x_coord = up / down; in IntersectConstraints() local
1305 arg1 = constant_c1 - constant_a1 * x_coord; in IntersectConstraints()
1309 arg1 = constant_c0 - constant_a0 * x_coord; in IntersectConstraints()
1317 x_coord && // x_coord is within loop bounds. in IntersectConstraints()
1318 x_coord <= constant_upper_bound && in IntersectConstraints()
1324 scalar_evolution_.CreateConstant(x_coord), in IntersectConstraints()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.cpp1298 auto x_coord = up / down; in IntersectConstraints() local
1305 arg1 = constant_c1 - constant_a1 * x_coord; in IntersectConstraints()
1309 arg1 = constant_c0 - constant_a0 * x_coord; in IntersectConstraints()
1317 x_coord && // x_coord is within loop bounds. in IntersectConstraints()
1318 x_coord <= constant_upper_bound && in IntersectConstraints()
1324 scalar_evolution_.CreateConstant(x_coord), in IntersectConstraints()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_dependence.cpp1298 auto x_coord = up / down; in IntersectConstraints() local
1305 arg1 = constant_c1 - constant_a1 * x_coord; in IntersectConstraints()
1309 arg1 = constant_c0 - constant_a0 * x_coord; in IntersectConstraints()
1317 x_coord && // x_coord is within loop bounds. in IntersectConstraints()
1318 x_coord <= constant_upper_bound && in IntersectConstraints()
1324 scalar_evolution_.CreateConstant(x_coord), in IntersectConstraints()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_arguments.cc360 std::string value_name, x_coord, y_coord, s_coord; in ResolveSelector() local
362 function_args, &value_name, &x_coord, &y_coord, &s_coord)); in ResolveSelector()
364 ResolveObjectNames(object_name, names, &x_coord); in ResolveSelector()
367 ReplaceAllWords("X_COORD", x_coord, result); in ResolveSelector()

12