Home
last modified time | relevance | path

Searched refs:in_type (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgen-implicit-conversions.py340 def __init__(self, name, op, in_type, out_type, reverse=False):
349 self.in_type = in_type
393 in_values = IN_VALUES[self.in_type]
399 out.append(valuesToStr("input %s in0" % (self.in_type), self.in_type, in_values))
406 def __init__(self, name, op, in_type, out_type, reverse=False):
407 super(ComparisonsCase, self).__init__(name, op, in_type, out_type, reverse)
430 in_values = IN_VALUES[self.in_type]
436 out.append(valuesToStr("input %s in0" % (self.in_type), sel
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmfenc.c828 IMFMediaType *in_type = NULL; in mf_choose_input_type() local
862 if (in_type) in mf_choose_input_type()
863 IMFMediaType_Release(in_type); in mf_choose_input_type()
864 in_type = type; in mf_choose_input_type()
867 IMFMediaType_AddRef(in_type); in mf_choose_input_type()
873 if (in_type) { in mf_choose_input_type()
884 ret = mf_encv_input_adjust(avctx, in_type); in mf_choose_input_type()
886 ret = mf_enca_input_adjust(avctx, in_type); in mf_choose_input_type()
891 ff_media_type_dump(avctx, in_type); in mf_choose_input_type()
893 hr = IMFTransform_SetInputType(c->mft, c->in_stream_id, in_type, in mf_choose_input_type()
[all...]
H A Dmf_utils.c553 MFT_REGISTER_TYPE_INFO *in_type, in ff_instantiate_mf()
578 hr = f->MFTEnumEx(category, flags, in_type, out_type, &activate, in ff_instantiate_mf()
550 ff_instantiate_mf(void *log, MFFunctions *f, GUID category, MFT_REGISTER_TYPE_INFO *in_type, MFT_REGISTER_TYPE_INFO *out_type, int use_hw, IMFTransform **res) ff_instantiate_mf() argument
H A Dmf_utils.h176 MFT_REGISTER_TYPE_INFO *in_type,
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opcodes.py161 def unop_convert(name, out_type, in_type, const_expr):
162 opcode(name, 0, out_type, [0], [in_type], False, "", const_expr)
191 def unop_numeric_convert(name, out_type, in_type, const_expr):
192 opcode(name, 0, out_type, [0], [in_type], True, "", const_expr)
562 def binop_convert(name, out_type, in_type, alg_props, const_expr):
563 opcode(name, 0, out_type, [0, 0], [in_type, in_type],
H A Dnir.h148 * This macro defines a cast function from in_type to out_type where
154 #define NIR_DEFINE_CAST(name, in_type, out_type, field, \
157 name(const in_type *parent) \
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp5015 SPIRType in_type;
5017 in_type.basetype = SPIRType::UInt;
5019 in_type.vecsize = 1;
5021 in_type.width = 32;
5031 res = join(bitcast_glsl_op(out_type, in_type), "(", print_buffer, " /* ", comment, " */)");
5081 SPIRType in_type;
5083 in_type.basetype = SPIRType::UInt64;
5085 in_type.vecsize = 1;
5087 in_type.width = 64;
5104 res = join(bitcast_glsl_op(out_type, in_type), "(", print_buffe
[all...]
H A Dspirv_hlsl.cpp3442 string CompilerHLSL::bitcast_glsl_op(const SPIRType &out_type, const SPIRType &in_type) in bitcast_glsl_op() argument
3444 if (out_type.basetype == SPIRType::UInt && in_type.basetype == SPIRType::Int) in bitcast_glsl_op()
3446 else if (out_type.basetype == SPIRType::UInt64 && in_type.basetype == SPIRType::Int64) in bitcast_glsl_op()
3448 else if (out_type.basetype == SPIRType::UInt && in_type.basetype == SPIRType::Float) in bitcast_glsl_op()
3450 else if (out_type.basetype == SPIRType::Int && in_type.basetype == SPIRType::UInt) in bitcast_glsl_op()
3452 else if (out_type.basetype == SPIRType::Int64 && in_type.basetype == SPIRType::UInt64) in bitcast_glsl_op()
3454 else if (out_type.basetype == SPIRType::Int && in_type.basetype == SPIRType::Float) in bitcast_glsl_op()
3456 else if (out_type.basetype == SPIRType::Float && in_type.basetype == SPIRType::UInt) in bitcast_glsl_op()
3458 else if (out_type.basetype == SPIRType::Float && in_type.basetype == SPIRType::Int) in bitcast_glsl_op()
3460 else if (out_type.basetype == SPIRType::Int64 && in_type in bitcast_glsl_op()
[all...]
H A Dspirv_msl.cpp13910 string CompilerMSL::bitcast_glsl_op(const SPIRType &out_type, const SPIRType &in_type)
13912 if (out_type.basetype == in_type.basetype)
13916 assert(in_type.basetype != SPIRType::Boolean);
13918 bool integral_cast = type_is_integral(out_type) && type_is_integral(in_type) && (out_type.vecsize == in_type.vecsize);
13919 bool same_size_cast = (out_type.width * out_type.vecsize) == (in_type.width * in_type.vecsize);
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dconsistency_tools.py817 for in_type, code_set in in_dict.items():
818 descendants = handle_descendants.get(in_type)
820 out.add(code, in_type)
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c212 int in_type; member
2196 int in_type = FT_OTHER; in do_scsi_device_read_write() local
2255 in_type = dd_filetype(inf); in do_scsi_device_read_write()
2257 if ((FT_BLOCK & in_type) && do_blk_sgio) in do_scsi_device_read_write()
2258 in_type |= FT_SG; in do_scsi_device_read_write()
2260 if (FT_ST == in_type) { in do_scsi_device_read_write()
2264 } else if (FT_SG & in_type) { in do_scsi_device_read_write()
2278 if (FT_BLOCK & in_type) in do_scsi_device_read_write()
2290 if (do_odir && (FT_BLOCK == in_type)) in do_scsi_device_read_write()
2394 if (FT_SG & in_type) { in do_scsi_device_read_write()
6278 int in_type = FT_OTHER; do_scsi_sgm_read_write() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c3343 const struct glsl_type *in_type = var->type; in zink_shader_tcs_create() local
3347 in_type = glsl_array_type(type, 32 /* MAX_PATCH_VERTICES */, 0); in zink_shader_tcs_create()
3350 nir_variable *in = nir_variable_create(nir, nir_var_shader_in, in_type, var->name); in zink_shader_tcs_create()
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dinspector_test.cc57 ast::InterpolationType in_type; member
961 {Interpolate(params.in_type, params.in_sampling), Location(0)})); in TEST_P()
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c3673 nir_alu_type in_type = nir_intrinsic_src_type(intr); in emit_image_store() local
3674 enum overload_type overload = get_overload(in_type, 32); in emit_image_store()
3681 value[i] = get_src(ctx, &intr->src[3], i, in_type); in emit_image_store()
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h557 ValueType in_type(uint32_t index) { in in_type() function
3629 value.type = imm.in_type(i); in SetBlockType()

Completed in 89 milliseconds