Home
last modified time | relevance | path

Searched refs:ycoord (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/float32/comparison/
Dmodfstruct_4_vert.amber145 %ycoord = OpVariable %_ptr_Function_uint Function
169 OpStore %ycoord %55
171 %58 = OpLoad %uint %ycoord
Dmodfstruct_3_vert.amber147 %ycoord = OpVariable %_ptr_Function_uint Function
171 OpStore %ycoord %55
173 %58 = OpLoad %uint %ycoord
Dfrexpstruct_3_vert.amber152 %ycoord = OpVariable %_ptr_Function_uint Function
176 OpStore %ycoord %58
178 %61 = OpLoad %uint %ycoord
Dmodfstruct_2_vert.amber146 %ycoord = OpVariable %_ptr_Function_uint Function
170 OpStore %ycoord %54
172 %57 = OpLoad %uint %ycoord
Dfrexpstruct_2_vert.amber151 %ycoord = OpVariable %_ptr_Function_uint Function
175 OpStore %ycoord %57
177 %60 = OpLoad %uint %ycoord
Dfrexpstruct_4_vert.amber150 %ycoord = OpVariable %_ptr_Function_uint Function
174 OpStore %ycoord %58
176 %61 = OpLoad %uint %ycoord
Dmodfstruct_1_vert.amber144 %ycoord = OpVariable %_ptr_Function_uint Function
168 OpStore %ycoord %54
170 %57 = OpLoad %uint %ycoord
Dfrexpstruct_1_vert.amber148 %ycoord = OpVariable %_ptr_Function_uint Function
172 OpStore %ycoord %56
174 %59 = OpLoad %uint %ycoord
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp432 const float ycoord = static_cast<float>(y) + 0.5f; in generateReferenceImage() local
437 if (ycoord < p1f || ycoord > p2f) in generateReferenceImage()
440 if (ycoord > -xcoord + fImageDim) in generateReferenceImage()
444 const float b = (ycoord - p1f) / triangleSide; in generateReferenceImage()