Home
last modified time | relevance | path

Searched defs:in_type (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/scripts/
Dgen-implicit-conversions.py340 def __init__(self, name, op, in_type, out_type, reverse=False): argument
406 def __init__(self, name, op, in_type, out_type, reverse=False): argument
443 def __init__(self, name, in_type, out_type, reverse=False, input_in_parens=False): argument
503 def __init__(self, name, in_type, out_type): argument
534 def __init__(self, name, in_type, out_type, reverse=False): argument
578 def __init__(self, name, in_type, out_type): argument
654 def __init__(self, name, in_type, out_type, reverse=False): argument
703 def __init__(self, name, in_type, out_type): argument
736 def __init__(self, name, in_type, out_type): argument
757 def __init__(self, name, in_type, out_type): argument
/third_party/mesa3d/src/compiler/nir/
Dnir_opcodes.py161 def unop_convert(name, out_type, in_type, const_expr): argument
191 def unop_numeric_convert(name, out_type, in_type, const_expr): argument
562 def binop_convert(name, out_type, in_type, alg_props, const_expr): argument
Dnir.h154 #define NIR_DEFINE_CAST(name, in_type, out_type, field, \ argument
/third_party/ffmpeg/libavcodec/
Dmf_utils.c553 MFT_REGISTER_TYPE_INFO *in_type, in ff_instantiate_mf()
Dmfenc.c828 IMFMediaType *in_type = NULL; in mf_choose_input_type() local
/third_party/node/deps/v8/src/wasm/
Dfunction-body-decoder-impl.h557 ValueType in_type(uint32_t index) { in in_type() function
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c212 int in_type; member
2196 int in_type = FT_OTHER; in do_scsi_device_read_write() local
6278 int in_type = FT_OTHER; in do_scsi_sgm_read_write() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp5015 SPIRType in_type; in convert_float_to_string() local
5081 SPIRType in_type; in convert_double_to_string() local
8046 string CompilerGLSL::bitcast_glsl_op(const SPIRType &out_type, const SPIRType &in_type) in bitcast_glsl_op()
10317 auto *in_type = length > 0 ? &expression_type(elems[0]) : nullptr; in emit_instruction() local
Dspirv_hlsl.cpp3442 string CompilerHLSL::bitcast_glsl_op(const SPIRType &out_type, const SPIRType &in_type) in bitcast_glsl_op()
Dspirv_msl.cpp13910 string CompilerMSL::bitcast_glsl_op(const SPIRType &out_type, const SPIRType &in_type) in bitcast_glsl_op()
/third_party/skia/third_party/externals/tint/src/inspector/
Dinspector_test.cc57 ast::InterpolationType in_type; member
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c3343 const struct glsl_type *in_type = var->type; in zink_shader_tcs_create() local
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c3673 nir_alu_type in_type = nir_intrinsic_src_type(intr); in emit_image_store() local