Home
last modified time | relevance | path

Searched refs:zPos (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingTests.cpp461 float zPos; in testPrimitivesInside() member
473 const std::vector<Vec4> vertices = genVertices(topology, Vec4(0.0f, 0.0f, cases[caseNdx].zPos, 0.0f), 0.0f); in testPrimitivesInside()
516 float zPos; in testPrimitivesOutside() member
529 const std::vector<Vec4> vertices = genVertices(topology, Vec4(0.0f, 0.0f, cases[caseNdx].zPos, 0.0f), 0.0f); in testPrimitivesOutside()
566 float zPos; in testPrimitivesDepthClamp() member
619 const std::vector<Vec4> vertices = genVertices(topology, Vec4(0.0f, 0.0f, cases[caseNdx].zPos, 0.0f), 1.0f); in testPrimitivesDepthClamp()
658 float zPos; in testPrimitivesDepthClip() member
713 const std::vector<Vec4> vertices = genVertices(topology, Vec4(0.0f, 0.0f, cases[caseNdx].zPos, 0.0f), 1.0f); in testPrimitivesDepthClip()
748 const std::vector<Vec4> vertices = genVertices(topology, Vec4(0.0f, 0.0f, cases[caseNdx].zPos, 0.0f), 1.0f); in testPrimitivesDepthClip()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/
H A DvktClippingTests.cpp461 float zPos; in testPrimitivesInside() member
473 const std::vector<Vec4> vertices = genVertices(topology, Vec4(0.0f, 0.0f, cases[caseNdx].zPos, 0.0f), 0.0f); in testPrimitivesInside()
516 float zPos; in testPrimitivesOutside() member
529 const std::vector<Vec4> vertices = genVertices(topology, Vec4(0.0f, 0.0f, cases[caseNdx].zPos, 0.0f), 0.0f); in testPrimitivesOutside()
566 float zPos; in testPrimitivesDepthClamp() member
619 const std::vector<Vec4> vertices = genVertices(topology, Vec4(0.0f, 0.0f, cases[caseNdx].zPos, 0.0f), 1.0f); in testPrimitivesDepthClamp()
658 float zPos; in testPrimitivesDepthClip() member
713 const std::vector<Vec4> vertices = genVertices(topology, Vec4(0.0f, 0.0f, cases[caseNdx].zPos, 0.0f), 1.0f); in testPrimitivesDepthClip()
748 const std::vector<Vec4> vertices = genVertices(topology, Vec4(0.0f, 0.0f, cases[caseNdx].zPos, 0.0f), 1.0f); in testPrimitivesDepthClip()
/third_party/sqlite/src/
H A Dshell.c15600 const char * zPos; /* Cursor pos into zInput */ member
25451 const char *zBegin = shellState.wasm.zPos; in one_input_line()
25467 shellState.wasm.zPos = z; in one_input_line()
26579 shellState.wasm.zPos = zSql;
26581 shellState.wasm.zInput = shellState.wasm.zPos = 0;

Completed in 38 milliseconds