Home
last modified time | relevance | path

Searched defs:vertex (Results 101 - 125 of 128) sorted by relevance

123456

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmCrossStageInterfaceTests.cpp401 std::ostringstream vertex; in makeShaderModule() local
638 string vertex; member
1038 std::ostringstream vertex; in initPrograms() local
2087 std::ostringstream vertex; initPrograms() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsBasicTests.cpp395 const string vertex = in initFrameBufferPrograms() local
499 const string vertex = in initFrameBufferPrograms() local
1213 ostringstream vertex; in initFrameBufferPrograms() local
H A DvktSubgroupsSizeControlTests.cpp315 ostringstream vertex; in initFrameBufferPrograms() local
396 const string vertex = string(glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)) + "\n" in initFrameBufferPrograms() local
/third_party/ffmpeg/libavdevice/
H A Dopengl_enc.c201 OpenGLVertexInfo vertex[4]; ///< VBO member
[all...]
/third_party/libdrm/intel/
H A Dintel_decode.c2347 unsigned int vertex = 0; in decode_3d_primitive() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h197 struct nvc0_vertex_stateobj *vertex; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.hpp199 template<> inline tcu::Vec2 convertFloatTo<tcu::Vec2> (const tcu::Vec3& vertex) { return tcu::Vec2(vertex.x(), vertex.y()); } in convertFloatTo() argument
200 template<> inline tcu::Vec3 convertFloatTo<tcu::Vec3> (const tcu::Vec3& vertex) { return vertex; } in convertFloatTo() argument
201 template<> inline tcu::Vec4 convertFloatTo<tcu::Vec4> (const tcu::Vec3& vertex) { return tcu::Vec4(vertex in convertFloatTo() argument
202 convertFloatTo(const tcu::Vec3& vertex) convertFloatTo() argument
203 convertFloatTo(const tcu::Vec3& vertex) convertFloatTo() argument
204 convertFloatTo(const tcu::Vec3& vertex) convertFloatTo() argument
205 convertFloatTo(const tcu::Vec3& vertex) convertFloatTo() argument
206 convertFloatTo(const tcu::Vec3& vertex) convertFloatTo() argument
207 convertFloatTo(const tcu::Vec3& vertex) convertFloatTo() argument
208 convertFloatTo(const tcu::Vec3& vertex) convertFloatTo() argument
209 convertFloatTo(const tcu::Vec3& vertex) convertFloatTo() argument
210 convertFloatTo(const tcu::Vec3& vertex) convertFloatTo() argument
211 convertFloatTo(const tcu::Vec3& vertex) convertFloatTo() argument
212 convertFloatTo(const tcu::Vec3& vertex) convertFloatTo() argument
213 convertFloatTo(const tcu::Vec3& vertex) convertFloatTo() argument
381 addVertex(const tcu::Vec3& vertex) addVertex() argument
387 addNativeVertex(const V& vertex) addNativeVertex() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/
H A DvktFragmentShadingBarycentricTests.cpp1317 string FragmentShadingBarycentricTestCase::getDataVertexFormula (const uint32_t vertex, const bool* provokingVertexLastPtr) const in getDataVertexFormula() argument
781 addVertexWithColor(vector<tcu::Vec4>& vertices, const tcu::Vec4& vertex, const tcu::Vec4& color) addVertexWithColor() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp1212 const Vertex4RGBA vertex = in generateVertices() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_barycentric/
H A DvktFragmentShadingBarycentricTests.cpp1305 string FragmentShadingBarycentricTestCase::getDataVertexFormula (const uint32_t vertex, const bool* provokingVertexLastPtr) const in getDataVertexFormula() argument
774 addVertexWithColor(vector<tcu::Vec4>& vertices, const tcu::Vec4& vertex, const tcu::Vec4& color) addVertexWithColor() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp2232 void SetPositionTexCoordVertex(PositionTexCoordVertex *vertex, float x, float y, float u, float v) in SetPositionTexCoordVertex() argument
2240 void SetPositionLayerTexCoord3DVertex(PositionLayerTexCoord3DVertex *vertex, in SetPositionLayerTexCoord3DVertex() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.hpp895 _shader_stage vertex; member
H A Dgl4cVertexAttrib64BitTest.cpp2371 setAttributes(_iteration iteration, const attributeConfiguration& configuration, GLuint vertex, std::vector<GLdouble>& out_buffer_data) const setAttributes() argument
2412 setAttributes_a(const attributeConfiguration& configuration, GLint n_type, GLuint vertex, std::vector<GLdouble>& out_buffer_data) const setAttributes_a() argument
2434 setAttributes_a_scalar(const attributeConfiguration& configuration, GLint n_type, GLuint vertex, std::vector<GLdouble>& out_buffer_data) const setAttributes_a_scalar() argument
2461 setAttributes_a_vec(const attributeConfiguration& configuration, GLint n_type, GLuint vertex, std::vector<GLdouble>& out_buffer_data) const setAttributes_a_vec() argument
2494 setAttributes_b(const attributeConfiguration& configuration, GLint n_type, GLuint vertex, std::vector<GLdouble>& out_buffer_data) const setAttributes_b() argument
2535 setAttributes_c(const attributeConfiguration& configuration, GLint n_type, GLuint vertex, std::vector<GLdouble>& out_buffer_data) const setAttributes_c() argument
[all...]
H A Dgl4cShaderStorageBufferObjectTests.cpp47 vertex, enumerator
[all...]
H A Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp51 vertex, enumerator
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderInvariance.cpp1184 _vertex vertex; verifyResultData() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp2564 std::string vertex = specializeShader(1, &vert_template); in iterate() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.hpp164 } vertex; member
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp1736 TriangulationVertex* vertex in SkTriangulateSimplePolygon() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp1191 const Vertex4RGBA vertex = in generateVertices() local
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_clear_blit.c443 nir_ssa_def *vertex = nir_load_vertex_id(b); in build_blit_vs_shader() local
489 nir_ssa_def *vertex = nir_load_vertex_id(b); in build_clear_vs_shader() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp267 const rr::VertexPacket* vertex = packets[ndx].vertices[verticeNdx]; in shadePrimitives() local
376 const rr::VertexPacket* vertex = packets[ndx].vertices[0]; shadePrimitives() local
853 const rr::VertexPacket* vertex = packets[packetNdx].vertices[0]; shadePrimitives() local
1009 const rr::VertexPacket* vertex = packets[packetNdx].vertices[0]; shadePrimitives() local
1291 const rr::VertexPacket* vertex = packets[packetNdx].vertices[0]; shadePrimitives() local
1558 const rr::VertexPacket* vertex = packets[packetNdx].vertices[0]; shadePrimitives() local
1737 const rr::VertexPacket* vertex = packets[packetNdx].vertices[0]; shadePrimitives() local
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c2644 unsigned vertex = panfrost_add_job(&batch->pool.base, &batch->scoreboard, in panfrost_emit_vertex_tiler_jobs() local
3616 UNUSED struct panfrost_ptr tiler, vertex; panfrost_direct_draw() local
3780 struct panfrost_ptr tiler = { 0 }, vertex = { 0 }; panfrost_indirect_draw() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp1279 std::ostringstream vertex; in initStdFrameBufferPrograms() local
1532 const string vertex = in initStdPrograms() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderStorageBufferObjectTests.cpp49 vertex, enumerator
[all...]

Completed in 97 milliseconds

123456