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:brw_simd_select
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
test_simd_selection.cpp
87
ASSERT_EQ(
brw_simd_select
(prog_data), SIMD16);
in TEST_F()
101
ASSERT_EQ(
brw_simd_select
(prog_data), SIMD32);
in TEST_F()
115
ASSERT_EQ(
brw_simd_select
(prog_data), SIMD8);
in TEST_F()
129
ASSERT_EQ(
brw_simd_select
(prog_data), SIMD8);
in TEST_F()
260
ASSERT_EQ(
brw_simd_select
(prog_data), SIMD8);
in TEST_F()
271
ASSERT_EQ(
brw_simd_select
(prog_data), SIMD8);
in TEST_F()
285
ASSERT_EQ(
brw_simd_select
(prog_data), SIMD32);
in TEST_F()
299
ASSERT_EQ(
brw_simd_select
(prog_data), SIMD16);
in TEST_F()
311
ASSERT_EQ(
brw_simd_select
(prog_data), SIMD8);
in TEST_F()
322
ASSERT_EQ(
brw_simd_select
(prog_dat
in TEST_F()
[all...]
H
A
D
brw_simd_selection.c
147
brw_simd_select
(const struct brw_cs_prog_data *prog_data)
in brw_simd_select()
function
173
return
brw_simd_select
(prog_data);
in brw_simd_select_for_workgroup_size()
199
return
brw_simd_select
(&cloned);
in brw_simd_select_for_workgroup_size()
H
A
D
brw_private.h
47
int
brw_simd_select
(const struct brw_cs_prog_data *prog_data);
H
A
D
brw_mesh.cpp
260
int selected_simd =
brw_simd_select
(&prog_data->base);
in brw_compile_task()
773
int selected_simd =
brw_simd_select
(&prog_data->base);
in brw_compile_mesh()
H
A
D
brw_fs.cpp
7844
const int selected_simd =
brw_simd_select
(prog_data);
7904
brw_simd_select
(prog_data);
Completed in 12 milliseconds