Searched refs:adjacency (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | geometry.adoc | 49 <<drawing-line-lists-with-adjacency, line list with adjacency topology>> 50 or <<drawing-line-strips-with-adjacency, line strip with adjacency 71 <<drawing-triangle-lists-with-adjacency, triangle list with adjacency 72 topology>> or <<drawing-triangle-strips-with-adjacency, triangle strip 73 with adjacency topology>>.
|
D | drawing.adoc | 230 of <<drawing-line-lists-with-adjacency,separate line primitives with 231 adjacency>>. 233 of <<drawing-line-strips-with-adjacency,connected line primitives with 234 adjacency>>, with consecutive primitives sharing three vertices. 236 series of <<drawing-triangle-lists-with-adjacency,separate triangle 237 primitives with adjacency>>. 239 <<drawing-triangle-strips-with-adjacency,connected triangle primitives 240 with adjacency>>, with consecutive triangles sharing an edge. 552 [[drawing-line-lists-with-adjacency]] 557 of four vertices defines a single line primitive with adjacency, according [all …]
|
D | vertexpostproc.adoc | 692 provoking vertex is the first non-adjacency vertex in the list of 695 provoking vertex is the last non-adjacency vertex in the list of
|
D | pipelines.adoc | 5413 and the specific topology order and adjacency must: be set dynamically
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | register_allocate_internal.h | 133 BITSET_WORD *adjacency; member
|
D | register_allocate.c | 494 return BITSET_TEST(g->adjacency, index); in ra_test_adjacency_bit() 501 BITSET_SET(g->adjacency, index); in ra_set_adjacency_bit() 508 BITSET_CLEAR(g->adjacency, index); in ra_clear_adjacency_bit() 549 g->adjacency = rerzalloc(g, g->adjacency, BITSET_WORD, in ra_realloc_interference_graph()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_opacity_micromap.adoc | 26 require more information from the application on at least adjacency information, even if not full U…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | glossary.adoc | 59 A vertex in an adjacency primitive topology that is not part of a given
|