Searched refs:output4 (Results 1 – 11 of 11) sorted by relevance
/third_party/glslang/Test/baseResults/ |
D | EndStreamPrimitive.geom.out | 33 0:17 'output4' (layout( stream=1) out float) 46 0:? 'output4' (layout( stream=1) out float) 82 0:17 'output4' (layout( stream=1) out float) 95 0:? 'output4' (layout( stream=1) out float)
|
/third_party/glslang/Test/ |
D | EndStreamPrimitive.geom | 8 layout(stream=1) out float output4; 17 output4 = 4.0;
|
/third_party/skia/third_party/externals/tint/test/bug/tint/ |
D | 949.wgsl.expected.hlsl | 148 float4 output4 = float4(0.0f, 0.0f, 0.0f, 0.0f); 208 output4 = float4(0.0f, 0.0f, 0.0f, 0.0f); 272 output4 = float4(x_461.x, x_461.y, x_461.z, output4.w); 285 const float4 x_494 = output4;
|
D | 949.wgsl.expected.glsl | 165 vec4 output4 = vec4(0.0f, 0.0f, 0.0f, 0.0f); 225 output4 = vec4(0.0f, 0.0f, 0.0f, 0.0f); 289 output4 = vec4(x_461.x, x_461.y, x_461.z, output4.w); 302 vec4 x_494 = output4;
|
D | 949.wgsl.expected.spvasm | 101 OpName %output4 "output4" 552 %output4 = OpVariable %_ptr_Function_v4float Function %15 629 OpStore %output4 %399 834 %563 = OpLoad %v4float %output4 840 OpStore %output4 %568 873 %594 = OpLoad %v4float %output4
|
D | 949.wgsl | 201 var output4 : vec4<f32>; 262 output4 = vec4<f32>(0.0, 0.0, 0.0, 0.0); 382 let x_462 : vec4<f32> = output4; 383 output4 = vec4<f32>(x_461.x, x_461.y, x_461.z, x_462.w); 400 let x_494 : vec4<f32> = output4;
|
D | 949.wgsl.expected.wgsl | 200 var output4 : vec4<f32>; 261 output4 = vec4<f32>(0.0, 0.0, 0.0, 0.0); 381 let x_462 : vec4<f32> = output4; 382 output4 = vec4<f32>(x_461.x, x_461.y, x_461.z, x_462.w); 399 let x_494 : vec4<f32> = output4;
|
D | 949.wgsl.expected.msl | 189 float4 output4 = 0.0f; 250 output4 = float4(0.0f, 0.0f, 0.0f, 0.0f); 369 float4 const x_462 = output4; 370 output4 = float4(x_461[0], x_461[1], x_461[2], x_462[3]); 387 float4 const x_494 = output4;
|
/third_party/mbedtls/3rdparty/everest/library/ |
D | Hacl_Curve25519.c | 430 uint64_t output4 = i4 >> (uint32_t)12U & (uint64_t)0x7ffffffffffffU; in Hacl_EC_Format_fexpand() local 435 output[4U] = output4; in Hacl_EC_Format_fexpand()
|
/third_party/mbedtls/3rdparty/everest/library/legacy/ |
D | Hacl_Curve25519.c | 475 uint64_t output4 = i4 >> (uint32_t)12U & (uint64_t)0x7ffffffffffffU; in Hacl_EC_Format_fexpand() local 480 output[4U] = output4; in Hacl_EC_Format_fexpand()
|
/third_party/mindspore/patches/ |
D | 0002-generate-nnacl-simd-headers-manually.patch | 1739 … float *output2, float *output3, float *output4, int64_t num) { 1746 + SIMD_ST_F32(output4 + index, SIMD_ADD_F32(input_data4, bias_data)); 4736 … float *output2, float *output3, float *output4, int64_t num) { 4743 + SIMD_ST_F32(output4 + index, SIMD_ADD_F32(input_data4, bias_data)); 8312 … float *output2, float *output3, float *output4, int64_t num) { 8319 + SIMD_ST_F32(output4 + index, SIMD_ADD_F32(input_data4, bias_data)); 11461 … float *output2, float *output3, float *output4, int64_t num) { 11468 + SIMD_ST_F32(output4 + index, SIMD_ADD_F32(input_data4, bias_data));
|