Home
last modified time | relevance | path

Searched defs:clc (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
Dnir_load_libclc.c97 open_clc_data(struct clc_data *clc, unsigned ptr_bit_size) in open_clc_data()
141 map_clc_data(struct clc_data *clc) in map_clc_data()
207 close_clc_data(struct clc_data *clc) in close_clc_data()
233 struct clc_data clc; in nir_can_find_libclc() local
308 struct clc_data clc; in nir_load_libclc_shader() local
/third_party/mesa3d/src/microsoft/
Dmeson.build24 subdir('clc') subdir
/third_party/mesa3d/src/compiler/
Dmeson.build93 subdir('clc') subdir
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dutil.hpp58 clc = 1 << 0, enumerator
/third_party/ffmpeg/libavcodec/
Dav1_metadata_bsf.c51 AV1RawColorConfig *clc = &seq->color_config; in av1_metadata_update_sequence_header() local
/third_party/icu/tools/multi/proj/provider/glue/
Dcoll_fe.cpp182 UCollator *clc = OICU_ucol_safeClone( _this, NULL, 0, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler_test.cpp1188 struct sin_vals { float in; float clc; float native; }; in TEST_F() member
/third_party/node/deps/v8/src/codegen/x64/
Dassembler-x64.cc1055 void Assembler::clc() { in clc() function in v8::internal::Assembler