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:srgb_format
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
basetexture9.c
493
enum pipe_format
srgb_format
;
in NineBaseTexture9_UpdateSamplerView()
local
552
srgb_format
= util_format_srgb(resource->format);
in NineBaseTexture9_UpdateSamplerView()
553
if (sRGB &&
srgb_format
!= PIPE_FORMAT_NONE &&
in NineBaseTexture9_UpdateSamplerView()
554
screen->is_format_supported(screen,
srgb_format
,
in NineBaseTexture9_UpdateSamplerView()
556
templ.format =
srgb_format
;
in NineBaseTexture9_UpdateSamplerView()
H
A
D
surface9.c
262
enum pipe_format
srgb_format
;
in NineSurface9_CreatePipeSurfaces()
local
267
srgb_format
= util_format_srgb(resource->format);
in NineSurface9_CreatePipeSurfaces()
268
if (
srgb_format
== PIPE_FORMAT_NONE ||
in NineSurface9_CreatePipeSurfaces()
269
!screen->is_format_supported(screen,
srgb_format
,
in NineSurface9_CreatePipeSurfaces()
271
srgb_format
= resource->format;
in NineSurface9_CreatePipeSurfaces()
284
templ.format =
srgb_format
;
in NineSurface9_CreatePipeSurfaces()
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_manager.c
621
const enum pipe_format
srgb_format
=
in st_framebuffer_create()
local
624
if (
srgb_format
!= PIPE_FORMAT_NONE &&
in st_framebuffer_create()
625
st_pipe_format_to_mesa_format(
srgb_format
) != MESA_FORMAT_NONE &&
in st_framebuffer_create()
626
screen->is_format_supported(screen,
srgb_format
,
in st_framebuffer_create()
/third_party/mesa3d/src/gallium/auxiliary/hud/
H
A
D
hud_context.c
506
enum pipe_format
srgb_format
= util_format_srgb(tex->format);
in hud_draw_results()
local
508
if (
srgb_format
!= PIPE_FORMAT_NONE)
in hud_draw_results()
509
surf_templ.format =
srgb_format
;
in hud_draw_results()
Completed in 7 milliseconds