Home
last modified time | relevance | path

Searched defs:current_type (Results 1 – 17 of 17) sorted by relevance

/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_parameters.cpp73 auto current_type = in Apply() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_parameters.cpp73 auto current_type = in Apply() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_add_parameters.cpp73 auto current_type = in Apply() local
/third_party/ffmpeg/libavformat/
Davio_internal.h41 enum AVIODataMarkerType current_type; member
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dsection_parser.cc161 NodeType current_type = NodeType::kComment; in SplitSections() local
/third_party/mesa3d/src/amd/compiler/
Daco_form_hard_clauses.cpp240 clause_type current_type = clause_other; in form_hard_clauses() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dvector_dce.cpp276 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasVectorResult() local
291 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasScalarResult() local
/third_party/spirv-tools/source/opt/
Dvector_dce.cpp274 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasVectorResult() local
289 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasScalarResult() local
Dlocal_access_chain_convert_pass.cpp448 const analysis::Type* current_type = base_pointer_type->pointee_type(); in AnyIndexIsOutOfBounds() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dvector_dce.cpp276 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasVectorResult() local
291 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasScalarResult() local
/third_party/pulseaudio/src/pulsecore/
Drtkit.c71 int current_type; in rtkit_get_int_property() local
/third_party/backends/tools/
Dsane-desc.c796 type_entry *current_type = 0; in read_files() local
853 type_entry *current_type = current_backend->type; in read_files() local
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniforms.c637 struct type_tree_entry *current_type; member
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc1034 auto* current_type = var_type->UnwrapAlias()->UnwrapRef()->UnwrapAlias(); in EmitPipelineInput() local
1172 auto* current_type = var_type->UnwrapAlias()->UnwrapRef()->UnwrapAlias(); in EmitPipelineOutput() local
/third_party/skia/m133/third_party/externals/libpng/contrib/tools/
Dpngfix.c1601 current_type(struct file *file, int code) in current_type() function
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c1611 current_type(struct file *file, int code) in current_type() function
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs1431 let current_type = Type { in elem_type() localVariable