/external/mesa3d/src/mesa/tnl/ |
D | t_vertex.c | 42 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 …]
|
D | t_vertex_sse.c | 309 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/ |
D | openglsupport.cpp | 96 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/ |
D | brw_clip_tri.c | 228 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/ |
D | glcShaderIndexingTests.cpp | 251 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/ |
D | r600_asm.c | 77 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/ |
D | es3fShaderIndexingTests.cpp | 224 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
|
D | es3fShaderSwitchTests.cpp | 91 std::ostringstream vtx; in makeSwitchCase() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderIndexingTests.cpp | 258 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
|
D | es2fShaderAlgorithmTests.cpp | 75 std::ostringstream vtx; in createExpressionCase() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderIndexingTests.cpp | 266 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/ |
D | ShaderAlgorithmTest.cpp | 103 for (int vtx = 0; vtx < 4; vtx++) in TEST_P() local
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_swtnl_t.c | 108 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/ |
D | radeon_maos_arrays.c | 150 GLuint vtx, unit; in radeonEmitArrays() local
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_emit.h | 45 const struct fd_vertex_state *vtx; member
|
D | fd3_format.c | 35 enum a3xx_vtx_fmt vtx; member
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_emit.h | 45 const struct fd_vertex_state *vtx; member
|
D | fd4_format.c | 38 enum a4xx_vtx_fmt vtx; member
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_base.h | 75 vtx, enumerator
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2.h | 40 } vtx; member
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_format.c | 38 enum a5xx_vtx_fmt vtx; member
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderControlStatementTests.cpp | 190 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/ |
D | es2pShaderControlStatementTests.cpp | 190 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/ |
D | etnaviv_format.c | 40 unsigned vtx; member
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cSeparateShaderObjsTests.cpp | 695 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
|