Home
last modified time | relevance | path

Searched refs:f32v1 (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/Test/
Dspv.float32.frag137 f32vec4 f32v1, f32v2;
139 f32v2 = radians(f32v1);
140 f32v2 = degrees(f32v1);
141 f32v2 = sin(f32v1);
142 f32v2 = cos(f32v1);
143 f32v2 = tan(f32v1);
144 f32v2 = asin(f32v1);
145 f32v2 = acos(f32v1);
146 f32v2 = atan(f32v1, f32v2);
147 f32v2 = atan(f32v1);
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dspv.float32.frag.out56 Name 230 "f32v1"
58 Name 263 "f32v1"
60 Name 280 "f32v1"
68 Name 385 "f32v1"
74 Name 426 "f32v1"
82 Name 449 "f32v1"
429 230(f32v1): 228(ptr) Variable Function
430 231: 227(fvec4) Load 230(f32v1)
433 233: 227(fvec4) Load 230(f32v1)
436 235: 227(fvec4) Load 230(f32v1)
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_test.cc3680 Shape f32v1 = ShapeUtil::MakeShape(F32, {1}); in TEST_P() local
3681 Shape t_s32_f32v1 = ShapeUtil::MakeTupleShape({s32, f32v1}); in TEST_P()
3751 HloInstruction::CreateGetTupleElement(f32v1, param, 1)); in TEST_P()