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:per_pixel
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/
H
A
D
vk_standard_sample_locations.c
32
.
per_pixel
= VK_SAMPLE_COUNT_1_BIT,
47
.
per_pixel
= VK_SAMPLE_COUNT_2_BIT,
64
.
per_pixel
= VK_SAMPLE_COUNT_4_BIT,
87
.
per_pixel
= VK_SAMPLE_COUNT_8_BIT,
123
.
per_pixel
= VK_SAMPLE_COUNT_16_BIT,
H
A
D
vk_graphics_state.h
267
VkSampleCountFlagBits
per_pixel
;
member
H
A
D
vk_graphics_state.c
569
sl->
per_pixel
= sl_info->sampleLocationsPerPixel;
in vk_sample_locations_state_init()
1583
COPY_MEMBER(MS_SAMPLE_LOCATIONS, ms.sample_locations->
per_pixel
);
in vk_dynamic_graphics_state_copy()
1586
const uint32_t sl_count = src->ms.sample_locations->
per_pixel
*
in vk_dynamic_graphics_state_copy()
1920
ms.sample_locations->
per_pixel
,
in vk_common_CmdSetSampleLocationsEXT()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_state.c
717
assert(sl->
per_pixel
== samples);
in emit_multisample()
788
if (sl && sl->
per_pixel
== i) {
in emit_sample_pattern()
795
if (sl && sl->
per_pixel
== i) {
in emit_sample_pattern()
802
if (sl && sl->
per_pixel
== i) {
in emit_sample_pattern()
809
if (sl && sl->
per_pixel
== i) {
in emit_sample_pattern()
817
if (sl && sl->
per_pixel
== i) {
in emit_sample_pattern()
H
A
D
gfx7_cmd_buffer.c
253
sl->
per_pixel
== samples ? sl : NULL);
in cmd_buffer_flush_dynamic_state()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_meta_decompress.c
489
.sampleLocationsPerPixel = sample_locs->
per_pixel
,
in radv_process_depth_stencil()
H
A
D
radv_meta_resolve.c
847
.sampleLocationsPerPixel = sample_locs->
per_pixel
,
in radv_decompress_resolve_src()
H
A
D
radv_cmd_buffer.c
223
if (dest->sample_location.
per_pixel
!= src->sample_location.
per_pixel
||
in radv_bind_dynamic_state()
228
dest->sample_location.
per_pixel
= src->sample_location.
per_pixel
;
in radv_bind_dynamic_state()
1038
uint32_t num_samples = (uint32_t)state->
per_pixel
;
in radv_convert_user_sample_locs()
1127
uint32_t num_samples = (uint32_t)sample_location->
per_pixel
;
in radv_emit_sample_locations()
4713
state->attachments[att_idx].sample_location.
per_pixel
=
in radv_cmd_state_setup_sample_locations()
4740
state->subpass_sample_locs[i].sample_location.
per_pixel
=
in radv_cmd_state_setup_sample_locations()
5801
state->dynamic.sample_location.
per_pixel
= pSampleLocationsInfo->sampleLocationsPerPixel;
in radv_CmdSetSampleLocationsEXT()
9662
sample_locations.
per_pixel
in radv_barrier()
[all...]
H
A
D
radv_private.h
1230
VkSampleCountFlagBits
per_pixel
;
H
A
D
radv_pipeline.c
2100
dynamic->sample_location.
per_pixel
= info->ms.sample_locs_per_pixel;
in radv_pipeline_init_dynamic_state()
Completed in 39 milliseconds