Home
last modified time | relevance | path

Searched defs:vtx (Results 1 – 25 of 77) sorted by relevance

1234

/external/mesa3d/src/mesa/tnl/
Dt_vertex.c42 static GLboolean match_fastpath( struct tnl_clipspace *vtx, in match_fastpath()
68 static GLboolean search_fastpath_emit( struct tnl_clipspace *vtx ) in search_fastpath_emit()
82 void _tnl_register_fastpath( struct tnl_clipspace *vtx, in _tnl_register_fastpath()
124 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in choose_emit_func() local
170 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in choose_interp_func() local
187 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in choose_copy_pv_func() local
215 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_interp() local
223 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_copy_pv() local
235 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_get_attr() local
266 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_set_attr() local
[all …]
Dt_vertex_sse.c309 struct tnl_clipspace *vtx = GET_VERTEX_STATE(p->ctx); in get_src_ptr() local
323 struct tnl_clipspace *vtx = GET_VERTEX_STATE(p->ctx); in update_src_ptr() local
348 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in build_vertex_emit() local
644 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_generate_sse_emit() local
/external/eigen/unsupported/test/
Dopenglsupport.cpp96 GLint createProgram(const char* vtx, const char* frg, bool print_errors = true) in createProgram()
157 GLint createProgram(const std::string& vtx, const std::string& frg, bool print_errors = true) in createProgram()
371 std::string vtx = format( in openglsupport_test_loop() local
/external/mesa3d/src/intel/compiler/
Dbrw_clip_tri.c228 load_clip_distance(struct brw_clip_compile *c, struct brw_indirect vtx, in load_clip_distance()
258 struct brw_indirect vtx = brw_indirect(0, 0); in brw_clip_tri() local
/external/deqp/external/openglcts/modules/common/
DglcShaderIndexingTests.cpp251 std::ostringstream vtx; in createVaryingArrayCase() local
372 std::ostringstream vtx; in createUniformArrayCase() local
484 std::ostringstream vtx; in createTmpArrayCase() local
638 std::string vtx = glu::getGLSLVersionDeclaration(glslVersion) + std::string("\n" in createTmpArrayVertexIdCase() local
702 std::ostringstream vtx; in createVectorSubscriptCase() local
968 std::ostringstream vtx; in createMatrixSubscriptCase() local
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c77 struct r600_bytecode_vtx *vtx = CALLOC_STRUCT(r600_bytecode_vtx); in r600_bytecode_vtx() local
1365 …c int r600_bytecode_add_vtx_internal(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx, in r600_bytecode_add_vtx_internal()
1423 int r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx) in r600_bytecode_add_vtx()
1428 int r600_bytecode_add_vtx_tc(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx) in r600_bytecode_add_vtx_tc()
1548 static int r600_bytecode_vtx_build(struct r600_bytecode *bc, struct r600_bytecode_vtx *vtx, unsigne… in r600_bytecode_vtx_build()
1743 struct r600_bytecode_vtx *vtx; in r600_bytecode_build() local
1865 struct r600_bytecode_tex *vtx = NULL, *next_vtx; in r600_bytecode_clear() local
2088 struct r600_bytecode_vtx *vtx = NULL; in r600_bytecode_disasm() local
2636 struct r600_bytecode_vtx vtx; in r600_create_vertex_fetch_shader() local
/external/deqp/modules/gles3/functional/
Des3fShaderIndexingTests.cpp224 std::ostringstream vtx; in createVaryingArrayCase() local
339 std::ostringstream vtx; in createUniformArrayCase() local
445 std::ostringstream vtx; in createTmpArrayCase() local
605 std::ostringstream vtx; in createVectorSubscriptCase() local
805 std::ostringstream vtx; in createMatrixSubscriptCase() local
Des3fShaderSwitchTests.cpp91 std::ostringstream vtx; in makeSwitchCase() local
/external/deqp/modules/gles2/functional/
Des2fShaderIndexingTests.cpp258 std::ostringstream vtx; in createVaryingArrayCase() local
381 std::ostringstream vtx; in createUniformArrayCase() local
491 std::ostringstream vtx; in createTmpArrayCase() local
695 std::ostringstream vtx; in createVectorSubscriptCase() local
881 std::ostringstream vtx; in createMatrixSubscriptCase() local
Des2fShaderAlgorithmTests.cpp75 std::ostringstream vtx; in createExpressionCase() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp266 std::ostringstream vtx; in createVaryingArrayCase() local
396 std::ostringstream vtx; in createUniformArrayCase() local
513 std::ostringstream vtx; in createTmpArrayCase() local
721 std::ostringstream vtx; in createVectorSubscriptCase() local
926 std::ostringstream vtx; in createMatrixSubscriptCase() local
/external/angle/src/tests/gl_tests/
DShaderAlgorithmTest.cpp103 for (int vtx = 0; vtx < 4; vtx++) in TEST_P() local
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_swtnl_t.c108 struct tnl_clipspace *vtx = &tnl->clipspace; in swtnl_choose_attrs() local
168 struct tnl_clipspace *vtx = &TNL_CONTEXT(ctx)->clipspace; in swtnl_bind_vertices() local
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_maos_arrays.c150 GLuint vtx, unit; in radeonEmitArrays() local
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.h45 const struct fd_vertex_state *vtx; member
Dfd3_format.c35 enum a3xx_vtx_fmt vtx; member
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.h45 const struct fd_vertex_state *vtx; member
Dfd4_format.c38 enum a4xx_vtx_fmt vtx; member
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_base.h75 vtx, enumerator
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2.h40 } vtx; member
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.c38 enum a5xx_vtx_fmt vtx; member
/external/deqp/modules/gles3/performance/
Des3pShaderControlStatementTests.cpp190 std::ostringstream vtx; in init() local
470 std::ostringstream vtx; in init() local
702 std::ostringstream vtx; in init() local
/external/deqp/modules/gles2/performance/
Des2pShaderControlStatementTests.cpp190 std::ostringstream vtx; in init() local
466 std::ostringstream vtx; in init() local
694 std::ostringstream vtx; in init() local
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c40 unsigned vtx; member
/external/deqp/external/openglcts/modules/gles31/
Des31cSeparateShaderObjsTests.cpp695 std::string vtx; in iterate() local
912 std::string vtx; in iterate() local
1949 std::string vtx; in iterate() local
2192 std::string vtx; in iterate() local
2666 std::string vtx; in iterate() local

1234