/third_party/mesa3d/src/intel/compiler/ |
D | brw_clip_tri.c | 229 load_clip_distance(struct brw_clip_compile *c, struct brw_indirect vtx, in load_clip_distance() 259 struct brw_indirect vtx = brw_indirect(0, 0); in brw_clip_tri() local
|
/third_party/vk-gl-cts/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
|
D | glcShaderLoopTests.cpp | 224 std::ostringstream vtx; in createGenericLoopCase() local 428 std::ostringstream vtx; in createSpecialLoopCase() local
|
/third_party/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 1448 …c int r600_bytecode_add_vtx_internal(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx, in r600_bytecode_add_vtx_internal() 1506 int r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx) in r600_bytecode_add_vtx() 1511 int r600_bytecode_add_vtx_tc(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx) in r600_bytecode_add_vtx_tc() 1635 static int r600_bytecode_vtx_build(struct r600_bytecode *bc, struct r600_bytecode_vtx *vtx, unsigne… in r600_bytecode_vtx_build() 1830 struct r600_bytecode_vtx *vtx; in r600_bytecode_build() local 1952 struct r600_bytecode_tex *vtx = NULL, *next_vtx; in r600_bytecode_clear() local 2175 struct r600_bytecode_vtx *vtx = NULL; in r600_bytecode_disasm() local 2723 struct r600_bytecode_vtx vtx; in r600_create_vertex_fetch_shader() local
|
/third_party/vk-gl-cts/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
|
D | es3fShaderLoopTests.cpp | 246 std::ostringstream vtx; in createGenericLoopCase() local 444 std::ostringstream vtx; in createSpecialLoopCase() local
|
/third_party/vk-gl-cts/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
|
/third_party/vk-gl-cts/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
|
D | vktShaderRenderSwitchTests.cpp | 108 std::ostringstream vtx; in makeSwitchCase() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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
|
D | vktShaderRenderSwitchTests.cpp | 108 std::ostringstream vtx; in makeSwitchCase() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_emit.h | 47 const struct fd_vertex_state *vtx; member
|
D | fd3_format.c | 35 enum a3xx_vtx_fmt vtx; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2.h | 40 } vtx; member
|
D | fd2_program.c | 185 struct fd_vertex_stateobj *vtx, in patch_fetches()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_emit.h | 45 const struct fd_vertex_state *vtx; member
|
D | fd4_format.c | 37 enum a4xx_vtx_fmt vtx; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_format.c | 37 enum a5xx_vtx_fmt vtx; member
|
/third_party/vk-gl-cts/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
|
/third_party/vk-gl-cts/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
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_format.c | 41 unsigned vtx; member
|
/third_party/mesa3d/src/freedreno/fdl/ |
D | fd6_format_table.c | 38 enum a6xx_format vtx; member
|
/third_party/vk-gl-cts/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
|