Home
last modified time | relevance | path

Searched refs:vert0 (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dintersect.hpp47 genType const & vert0, genType const & vert1, genType const & vert2,
55 genType const & vert0, genType const & vert1, genType const & vert2,
/third_party/skia/tests/
H A DVerticesTest.cpp18 static bool equal(const SkVertices* vert0, const SkVertices* vert1) { in equal() argument
19 SkVerticesPriv v0(vert0->priv()), v1(vert1->priv()); in equal()
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrPrimitiveAssembler.hpp104 VertexPacket* vert0 = vertices[0]; in exec() local
114 *(outputIterator++) = Triangle(vert0, vert1, vertices[ndx], (provokingConvention == rr::PROVOKINGVERTEX_FIRST) ? (0) : (2)); in exec()
115 vert0 = vertices[ndx]; in exec()
124 *(outputIterator++) = Triangle(vert0, vert1, vertices[ndx], (provokingConvention == rr::PROVOKINGVERTEX_FIRST) ? (1) : (2)); in exec()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw_hw_select.c486 nir_variable *vert0 = nir_local_variable_create(b->impl, glsl_vec4_type(), "vert0"); in build_line_nir_shader() local
487 nir_store_var(b, vert0, v[0], 0xf); in build_line_nir_shader()
498 nir_ssa_def *v0 = nir_load_var(b, vert0); in build_line_nir_shader()
510 nir_store_var(b, vert0, nir_bcsel(b, n0, iv, v0), 0xf); in build_line_nir_shader()
520 nir_ssa_def *d0 = get_window_space_depth(b, nir_load_var(b, vert0), trans); in build_line_nir_shader()

Completed in 4 milliseconds