Home
last modified time | relevance | path

Searched refs:layer_type (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native.c150 DNNLayerType layer_type; in ff_dnn_load_model_native() local
232 layer_type = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_model_native()
235 if (layer_type >= DLT_COUNT) { in ff_dnn_load_model_native()
239 native_model->layers[layer].type = layer_type; in ff_dnn_load_model_native()
240 …parsed_size = ff_layer_funcs[layer_type].pf_load(&native_model->layers[layer], model_file_context,… in ff_dnn_load_model_native()
384 DNNLayerType layer_type = native_model->layers[layer].type; in execute_model_native() local
385 ret = ff_layer_funcs[layer_type].pf_exec(native_model->operands, in execute_model_native()
/third_party/vulkan-loader/tests/framework/
Dtest_util.h566 std::string get_type_str(Type layer_type) const { in get_type_str()
567 if (layer_type == Type::GLOBAL) in get_type_str()
569 else if (layer_type == Type::DEVICE) in get_type_str()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c61 const struct glsl_type *layer_type = glsl_int_type(); in build_color_shaders() local
63 nir_variable_create(vs_b.shader, nir_var_shader_out, layer_type, "v_layer"); in build_color_shaders()
422 const struct glsl_type *layer_type = glsl_int_type(); in build_depthstencil_shader() local
424 nir_variable_create(vs_b.shader, nir_var_shader_out, layer_type, "v_layer"); in build_depthstencil_shader()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp177254 nsStyleImageLayers::LayerType layer_type);