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:fragment_state
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/imgui/backends/
H
A
D
imgui_impl_wgpu.cpp
598
WGPUFragmentState
fragment_state
= {};
in ImGui_ImplWGPU_CreateDeviceObjects()
local
599
fragment_state
.module = pixel_shader_desc.module;
in ImGui_ImplWGPU_CreateDeviceObjects()
600
fragment_state
.entryPoint = pixel_shader_desc.entryPoint;
in ImGui_ImplWGPU_CreateDeviceObjects()
601
fragment_state
.targetCount = 1;
in ImGui_ImplWGPU_CreateDeviceObjects()
602
fragment_state
.targets = &color_state;
in ImGui_ImplWGPU_CreateDeviceObjects()
604
graphics_pipeline_desc.fragment = &
fragment_state
;
in ImGui_ImplWGPU_CreateDeviceObjects()
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_pipeline.c
1420
struct pvr_fragment_shader_state *
fragment_state
=
in pvr_fragment_state_init()
local
1426
fragment_state
->stage_state.const_shared_reg_count = 0;
in pvr_fragment_state_init()
1427
fragment_state
->stage_state.const_shared_reg_offset = 0;
in pvr_fragment_state_init()
1428
fragment_state
->stage_state.temps_count = common_data->temps;
in pvr_fragment_state_init()
1429
fragment_state
->stage_state.coefficient_size = common_data->coeffs;
in pvr_fragment_state_init()
1430
fragment_state
->stage_state.uses_atomic_ops = false;
in pvr_fragment_state_init()
1431
fragment_state
->stage_state.uses_texture_rw = false;
in pvr_fragment_state_init()
1432
fragment_state
->stage_state.uses_barrier = false;
in pvr_fragment_state_init()
1433
fragment_state
->stage_state.has_side_effects = false;
in pvr_fragment_state_init()
1434
fragment_state
in pvr_fragment_state_init()
[all...]
H
A
D
pvr_cmd_buffer.c
3223
const struct pvr_pipeline_stage_state *const
fragment_state
=
in pvr_calc_shared_regs_count()
local
3225
uint32_t fragment_regs =
fragment_state
->const_shared_reg_count +
in pvr_calc_shared_regs_count()
3226
fragment_state
->const_shared_reg_offset;
in pvr_calc_shared_regs_count()
3733
const struct pvr_pipeline_stage_state *
fragment_state
=
in pvr_setup_fragment_state_pointers()
local
3748
DIV_ROUND_UP(
fragment_state
->coefficient_size,
in pvr_setup_fragment_state_pointers()
3752
DIV_ROUND_UP(
fragment_state
->temps_count,
in pvr_setup_fragment_state_pointers()
3756
DIV_ROUND_UP(
fragment_state
->const_shared_reg_count,
in pvr_setup_fragment_state_pointers()
4418
const struct pvr_pipeline_stage_state *const
fragment_state
=
in pvr_validate_draw_state()
local
4453
DIV_ROUND_UP(
fragment_state
->coefficient_size,
in pvr_validate_draw_state()
4461
sub_cmd->frag_uses_atomic_ops |=
fragment_state
in pvr_validate_draw_state()
[all...]
Completed in 11 milliseconds