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:lp_context
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_setup_point.c
39
#include "
lp_context
.h"
336
struct llvmpipe_context *
lp_context
= (struct llvmpipe_context *)setup->pipe;
in try_setup_point()
local
456
if (
lp_context
->active_statistics_queries) {
in try_setup_point()
457
lp_context
->pipeline_statistics.c_primitives++;
in try_setup_point()
489
if (draw_will_inject_frontface(
lp_context
->draw) &&
in try_setup_point()
573
if (draw_will_inject_frontface(
lp_context
->draw) &&
in try_setup_point()
H
A
D
lp_setup_tri.c
41
#include "
lp_context
.h"
1138
struct llvmpipe_context *
lp_context
= (struct llvmpipe_context *)setup->pipe;
in triangle_cw()
local
1140
if (
lp_context
->active_statistics_queries) {
in triangle_cw()
1141
lp_context
->pipeline_statistics.c_primitives++;
in triangle_cw()
1165
struct llvmpipe_context *
lp_context
= (struct llvmpipe_context *)setup->pipe;
in triangle_ccw()
local
1167
if (
lp_context
->active_statistics_queries) {
in triangle_ccw()
1168
lp_context
->pipeline_statistics.c_primitives++;
in triangle_ccw()
1188
struct llvmpipe_context *
lp_context
= (struct llvmpipe_context *)setup->pipe;
in triangle_both()
local
1190
if (
lp_context
->active_statistics_queries) {
in triangle_both()
1191
lp_context
in triangle_both()
[all...]
H
A
D
lp_setup_line.c
39
#include "
lp_context
.h"
284
struct llvmpipe_context *
lp_context
= (struct llvmpipe_context *)setup->pipe;
in try_setup_line()
local
307
if (
lp_context
->active_statistics_queries) {
in try_setup_line()
308
lp_context
->pipeline_statistics.c_primitives++;
in try_setup_line()
644
if (draw_will_inject_frontface(
lp_context
->draw) &&
in try_setup_line()
Completed in 4 milliseconds