/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/terminate_invocation/ |
D | no_ssbo_atomic.amber | 61 ; 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
|
D | ssbo_atomic_before_terminate.amber | 61 ; 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
|
D | no_ssbo_store.amber | 63 ; 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
|
D | ssbo_store_before_terminate.amber | 63 ; 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
|
D | no_image_store.amber | 63 ; 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
|
D | no_image_atomic.amber | 61 ; 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
|
D | no_out_of_bounds_load.amber | 62 ; 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
|
D | no_null_pointer_store.amber | 62 ; 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
|
D | no_null_pointer_load.amber | 62 ; 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
|
D | no_out_of_bounds_store.amber | 62 ; 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
|
D | no_out_of_bounds_atomic.amber | 62 ; 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
|
D | no_output_write_before_terminate.amber | 57 ; 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
|
D | no_output_write.amber | 57 ; 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
|
D | subgroup_ballot.amber | 59 ; 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
|
D | subgroup_vote.amber | 59 ; 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
|
D | terminate_loop.amber | 57 ; 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/ |
D | point.h | 10 Point(T x_coord, T y_coord) : x(x_coord), y(y_coord) {} in Point()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | elementwise.cc | 250 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()
|
D | prelu.cc | 58 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()
|
D | convolution_transposed_thin.cc | 130 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()
|
D | convolution_transposed_3x3_thin.cc | 175 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/ |
D | loop_dependence.cpp | 1298 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/ |
D | loop_dependence.cpp | 1298 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/ |
D | loop_dependence.cpp | 1298 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/ |
D | cl_arguments.cc | 360 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()
|