Home
last modified time | relevance | path

Searched refs:xcoord (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/float32/comparison/
Dmodfstruct_4_vert.amber144 %xcoord = OpVariable %_ptr_Function_uint Function
160 OpStore %xcoord %45
170 %57 = OpLoad %uint %xcoord
Dmodfstruct_3_vert.amber146 %xcoord = OpVariable %_ptr_Function_uint Function
162 OpStore %xcoord %45
172 %57 = OpLoad %uint %xcoord
Dfrexpstruct_3_vert.amber151 %xcoord = OpVariable %_ptr_Function_uint Function
167 OpStore %xcoord %48
177 %60 = OpLoad %uint %xcoord
Dfrexpstruct_1_vert.amber147 %xcoord = OpVariable %_ptr_Function_uint Function
163 OpStore %xcoord %46
173 %58 = OpLoad %uint %xcoord
Dfrexpstruct_2_vert.amber150 %xcoord = OpVariable %_ptr_Function_uint Function
166 OpStore %xcoord %47
176 %59 = OpLoad %uint %xcoord
Dmodfstruct_1_vert.amber143 %xcoord = OpVariable %_ptr_Function_uint Function
159 OpStore %xcoord %44
169 %56 = OpLoad %uint %xcoord
Dfrexpstruct_4_vert.amber149 %xcoord = OpVariable %_ptr_Function_uint Function
165 OpStore %xcoord %48
175 %60 = OpLoad %uint %xcoord
Dmodfstruct_2_vert.amber145 %xcoord = OpVariable %_ptr_Function_uint Function
161 OpStore %xcoord %44
171 %56 = OpLoad %uint %xcoord
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp452 const float xcoord = static_cast<float>(x) + 0.5f; in generateReferenceImage() local
455 if (xcoord < p1f || xcoord > p2f) in generateReferenceImage()
461 if (ycoord > -xcoord + fImageDim) in generateReferenceImage()
466 const float c = (xcoord - p1f) / triangleSide; in generateReferenceImage()
/third_party/astc-encoder/Source/
Dastcenc_image.cpp399 float xcoord = (data[0] * 2.0f) - 1.0f; in write_image_block() local
401 float zcoord = 1.0f - xcoord * xcoord - ycoord * ycoord; in write_image_block()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_transfer.c283 unsigned xcoord = offset & 0xff; in nv50_sifc_linear_u8() local
311 PUSH_DATA (push, xcoord); in nv50_sifc_linear_u8()
Dnv50_surface.c637 unsigned xcoord = offset & 0xff; in nv50_clear_buffer_push() local
680 PUSH_DATA (push, xcoord); in nv50_clear_buffer_push()