HomeSort by relevance Sort by last modified time
    Searched refs:input_types (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/prebuilt-intermediates/nir/
nir_opcodes.c 13 .input_types = {
27 .input_types = {
41 .input_types = {
55 .input_types = {
69 .input_types = {
83 .input_types = {
97 .input_types = {
111 .input_types = {
125 .input_types = {
139 .input_types =
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_search_helpers.h 49 switch (nir_op_infos[instr->op].input_types[src]) {
79 switch (nir_op_infos[instr->op].input_types[src]) {
104 switch (nir_op_infos[instr->op].input_types[src]) {
nir_opcodes.py 36 input_types, algebraic_properties, const_expr):
41 - input_types is a list of types
71 assert isinstance(input_types, list)
72 assert isinstance(input_types[0], str)
75 assert len(input_sizes) == len(input_types)
86 self.input_types = input_types
107 def opcode(name, output_size, output_type, input_sizes, input_types,
111 input_types, algebraic_properties, const_expr)
nir_algebraic.py 348 src_type_bits = type_bits(nir_op.input_types[i])
391 src_type_bits = type_bits(nir_op.input_types[i])
421 src_type_bits = type_bits(nir_op.input_types[i])
460 src_type_bits = type_bits(nir_op.input_types[i])
nir_lower_to_source_mods.c 57 switch (nir_alu_type_get_base_type(nir_op_infos[alu->op].input_types[i])) {
nir_loop_analyze.c 466 assert(nir_alu_type_get_base_type(nir_op_infos[cond_alu->op].input_types[1]) == nir_type_int ||
467 nir_alu_type_get_base_type(nir_op_infos[cond_alu->op].input_types[1]) == nir_type_uint);
469 assert(nir_alu_type_get_base_type(nir_op_infos[cond_alu->op].input_types[0]) ==
nir_builder.h 213 if (nir_alu_type_get_type_size(op_info->input_types[i]) == 0) {
220 nir_alu_type_get_type_size(op_info->input_types[i]));
nir_search.c 345 tree->is_src_sized[i] = !!nir_alu_type_get_type_size(info.input_types[i]);
347 tree->src_size[i] = nir_alu_type_get_type_size(info.input_types[i]);
nir_validate.c 232 nir_alu_type src_type = nir_op_infos[instr->op].input_types[index];
    [all...]
nir.h 750 nir_alu_type input_types[4]; member in struct:__anon27419
    [all...]
  /external/vixl/tools/test_generator/
parser.py 49 input_types Dictionnary of type names corresponding to the JSON
54 def __init__(self, operand_types, operand_variants, input_types,
58 self.input_types = input_types
77 type_name = self.input_types[identifier]
151 input_types = {
160 return DataTypeBuilder(operand_types, operand_variants, input_types, input_values)
generator.py 252 def GenerateInputs(self, input_types):
265 input_types The `InputList` object describing the list of inputs the
274 for input_type in input_types
277 args=", ".join(input_types.GetNames()),
  /external/autotest/client/cros/chameleon/
audio_test_utils.py 706 output_types, input_types = audio_facade.get_plugged_node_types()
708 output_types, input_types)
712 if input_type and input_type not in input_types:
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_nir.cpp     [all...]
brw_fs_nir.cpp 423 (nir_alu_type)(nir_op_infos[src0->op].input_types[0] |
565 (nir_alu_type)(nir_op_infos[instr->op].input_types[i] |
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c     [all...]

Completed in 423 milliseconds