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:FFVkSPIRVCompiler
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavutil/
H
A
D
vulkan_shaderc.c
23
static int shdc_shader_compile(
FFVkSPIRVCompiler
*ctx, void *avctx,
in shdc_shader_compile()
85
static void shdc_shader_free(
FFVkSPIRVCompiler
*ctx, void **opaque)
in shdc_shader_free()
94
static void shdc_uninit(
FFVkSPIRVCompiler
**ctx)
in shdc_uninit()
96
FFVkSPIRVCompiler
*s;
in shdc_uninit()
107
static
FFVkSPIRVCompiler
*ff_vk_shaderc_init(void)
in ff_vk_shaderc_init()
109
FFVkSPIRVCompiler
*ret = av_mallocz(sizeof(*ret));
in ff_vk_shaderc_init()
H
A
D
vulkan_glslang.c
138
static int glslc_shader_compile(
FFVkSPIRVCompiler
*ctx, void *avctx,
in glslc_shader_compile()
237
static void glslc_shader_free(
FFVkSPIRVCompiler
*ctx, void **opaque)
in glslc_shader_free()
247
static void glslc_uninit(
FFVkSPIRVCompiler
**ctx)
in glslc_uninit()
260
static
FFVkSPIRVCompiler
*ff_vk_glslang_init(void)
in ff_vk_glslang_init()
262
FFVkSPIRVCompiler
*ret = av_mallocz(sizeof(*ret));
in ff_vk_glslang_init()
H
A
D
vulkan.h
65
typedef struct
FFVkSPIRVCompiler
{
struct
67
int (*compile_shader)(struct
FFVkSPIRVCompiler
*ctx, void *avctx,
70
void (*free_shader)(struct
FFVkSPIRVCompiler
*ctx, void **opaque);
71
void (*uninit)(struct
FFVkSPIRVCompiler
**ctx);
72
}
FFVkSPIRVCompiler
;
typedef
208
FFVkSPIRVCompiler
*spirv_compiler;
Completed in 2 milliseconds