Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:output_topology
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_pipeline.c
586
switch (get_gs_prog_data(pipeline)->
output_topology
) {
in raster_polygon_mode()
606
switch (get_tes_prog_data(pipeline)->
output_topology
) {
in raster_polygon_mode()
1672
te.OutputTopology = tes_prog_data->
output_topology
;
in emit_3dstate_hs_te_ds()
1675
if (tes_prog_data->
output_topology
== OUTPUT_TRI_CCW) {
in emit_3dstate_hs_te_ds()
1677
} else if (tes_prog_data->
output_topology
== OUTPUT_TRI_CW) {
in emit_3dstate_hs_te_ds()
1680
te.OutputTopology = tes_prog_data->
output_topology
;
in emit_3dstate_hs_te_ds()
1784
gs.OutputTopology = gs_prog_data->
output_topology
;
in emit_3dstate_gs()
2248
const unsigned
output_topology
=
in emit_mesh_state()
local
2272
mesh.OutputTopology =
output_topology
;
in emit_mesh_state()
/third_party/mesa3d/src/intel/compiler/
H
A
D
gfx6_gs_visitor.cpp
194
brw_imm_ud(gs_prog_data->
output_topology
<<
in gs_emit_vertex()
528
switch (gs_prog_data->
output_topology
) {
in xfb_write()
H
A
D
brw_shader.cpp
1398
prog_data->
output_topology
= BRW_TESS_OUTPUT_TOPOLOGY_POINT;
in brw_compile_tes()
1400
prog_data->
output_topology
= BRW_TESS_OUTPUT_TOPOLOGY_LINE;
in brw_compile_tes()
1403
prog_data->
output_topology
=
in brw_compile_tes()
H
A
D
brw_compiler.h
1351
enum brw_tess_output_topology
output_topology
;
member
1367
unsigned
output_topology
;
member
H
A
D
brw_vec4_gs_visitor.cpp
801
prog_data->
output_topology
=
in brw_compile_gs()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_program.c
2197
gs_prog_data->
output_topology
== _3DPRIM_POINTLIST ||
in iris_update_compiled_shaders()
2198
gs_prog_data->
output_topology
== _3DPRIM_LINESTRIP;
in iris_update_compiled_shaders()
2202
tes_data->
output_topology
== BRW_TESS_OUTPUT_TOPOLOGY_LINE ||
in iris_update_compiled_shaders()
2203
tes_data->
output_topology
== BRW_TESS_OUTPUT_TOPOLOGY_POINT;
in iris_update_compiled_shaders()
H
A
D
iris_state.c
4273
return gs_prog_data->
output_topology
== _3DPRIM_POINTLIST;
in iris_is_drawing_points()
4277
return tes_data->
output_topology
== BRW_TESS_OUTPUT_TOPOLOGY_POINT;
in iris_is_drawing_points()
4600
te.OutputTopology = tes_prog_data->
output_topology
;
in iris_store_tes_state()
4633
gs.OutputTopology = gs_prog_data->
output_topology
;
in iris_store_gs_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_program.c
2468
gs_prog_data->
output_topology
== _3DPRIM_POINTLIST ||
in crocus_update_compiled_shaders()
2469
gs_prog_data->
output_topology
== _3DPRIM_LINESTRIP;
in crocus_update_compiled_shaders()
2473
tes_data->
output_topology
== BRW_TESS_OUTPUT_TOPOLOGY_LINE ||
in crocus_update_compiled_shaders()
2474
tes_data->
output_topology
== BRW_TESS_OUTPUT_TOPOLOGY_POINT;
in crocus_update_compiled_shaders()
H
A
D
crocus_state.c
4447
return gs_prog_data->
output_topology
== _3DPRIM_POINTLIST;
in crocus_is_drawing_points()
4451
return tes_data->
output_topology
== BRW_TESS_OUTPUT_TOPOLOGY_POINT;
in crocus_is_drawing_points()
6861
gs.OutputTopology = gs_prog_data->
output_topology
;
7021
te.OutputTopology = tes_prog_data->
output_topology
;
Completed in 42 milliseconds