/external/mesa3d/src/compiler/nir/ |
D | nir_search_helpers.h | 37 unsigned src, unsigned num_components, in is_pos_power_of_two() 69 unsigned src, unsigned num_components, in is_neg_power_of_two() 121 unsigned num_components, in is_zero_to_one() 152 unsigned src, unsigned num_components, in is_gt_0_and_lt_1() 177 unsigned src, unsigned num_components, in is_not_const_zero() 206 UNUSED unsigned num_components, in is_not_const() 214 UNUSED unsigned num_components, UNUSED const uint8_t *swizzle) in is_not_fmul() 230 UNUSED unsigned num_components, UNUSED const uint8_t *swizzle) in is_fmul() 246 UNUSED unsigned num_components, UNUSED const uint8_t *swizzle) in is_fsign() 262 unsigned num_components, const uint8_t *swizzle) in is_not_const_and_not_fsign() [all …]
|
D | nir_opt_copy_propagate.c | 98 unsigned num_components) in copy_prop_src() 212 unsigned num_components = nir_tex_instr_src_size(tex, i); in copy_prop_instr() local 224 unsigned num_components = nir_intrinsic_src_components(intrin, i); in copy_prop_instr() local 246 unsigned num_components = phi->dest.ssa.num_components; in copy_prop_instr() local
|
D | nir_lower_alu_to_scalar.c | 56 nir_alu_ssa_dest_init(nir_alu_instr *alu, unsigned num_components, in nir_alu_ssa_dest_init() 68 unsigned num_components = nir_op_infos[alu->op].input_sizes[0]; in lower_reduction() local 272 unsigned num_components = alu->dest.dest.ssa.num_components; in lower_alu_instr_scalar() local
|
D | nir_format_convert.h | 81 const unsigned *bits, unsigned num_components, in nir_format_unpack_int() 118 const unsigned *bits, unsigned num_components) in nir_format_unpack_uint() 125 const unsigned *bits, unsigned num_components) in nir_format_unpack_sint() 132 const unsigned *bits, unsigned num_components) in nir_format_pack_uint_unmasked() 149 const unsigned *bits, unsigned num_components) in nir_format_pack_uint() 211 unsigned num_components, in _nir_format_norm_factor()
|
D | nir_lower_ubo_vec4.c | 77 unsigned bit_size, unsigned num_components) in nir_load_ubo_vec4() 114 unsigned num_components = intr->num_components; in nir_lower_ubo_vec4_lower() local
|
D | nir_lower_array_deref_of_vec.c | 32 unsigned num_components = glsl_get_components(vec_deref->type); in build_write_masked_store() local 104 unsigned num_components = glsl_get_components(vec_deref->type); in nir_lower_array_deref_of_vec_impl() local
|
D | nir_opt_copy_prop_vars.c | 76 unsigned num_components) in value_set_ssa_components() 541 unsigned num_components = glsl_get_vector_elements(type); in load_from_ssa_entry_value() local 756 print_value(struct value *value, unsigned num_components) in print_value() 791 unsigned num_components = glsl_get_vector_elements(entry->dst->type); in print_copy_entry() local 1045 unsigned num_components = glsl_get_vector_elements(dst->type); in copy_prop_vars_block() local 1141 unsigned num_components = glsl_get_vector_elements(dst->type); in copy_prop_vars_block() local 1158 unsigned num_components = glsl_get_vector_elements(dst->type); in copy_prop_vars_block() local
|
D | nir_validate.c | 132 validate_num_components(validate_state *state, unsigned num_components) in validate_num_components() 139 unsigned bit_sizes, unsigned num_components) in validate_reg_src() 182 unsigned bit_sizes, unsigned num_components) in validate_ssa_src() 211 unsigned bit_sizes, unsigned num_components) in validate_src() 232 unsigned num_components = nir_src_num_components(src->src); in validate_alu_src() local 245 unsigned bit_sizes, unsigned num_components) in validate_reg_dest() 313 unsigned bit_sizes, unsigned num_components) in validate_dest() 1353 unsigned num_components = glsl_get_vector_elements(type); in validate_constant() local
|
D | nir_lower_cl_images_to_tex.c | 131 unsigned num_components = intrin->dest.ssa.num_components; in lower_cl_images_to_tex_impl() local
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_constant_expressions.c | 563 UNUSED unsigned num_components, in evaluate_amul() 672 UNUSED unsigned num_components, in evaluate_b16all_fequal16() 841 UNUSED unsigned num_components, in evaluate_b16all_fequal2() 1010 UNUSED unsigned num_components, in evaluate_b16all_fequal3() 1179 UNUSED unsigned num_components, in evaluate_b16all_fequal4() 1348 UNUSED unsigned num_components, in evaluate_b16all_fequal8() 1517 UNUSED unsigned num_components, in evaluate_b16all_iequal16() 1822 UNUSED unsigned num_components, in evaluate_b16all_iequal2() 2099 UNUSED unsigned num_components, in evaluate_b16all_iequal3() 2378 UNUSED unsigned num_components, in evaluate_b16all_iequal4() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 1529 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1559 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1611 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1681 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1714 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1753 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1818 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1903 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1931 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1970 const uint32_t num_components = _.GetDimension(p0_type); in ValidateExtInst() local [all …]
|
D | validate_interfaces.cpp | 179 uint32_t num_components = 0; in NumConsumedComponents() local 347 uint32_t num_components = NumConsumedComponents(_, sub_type); in GetLocationsForVariable() local 412 uint32_t num_components = NumConsumedComponents(_, member); in GetLocationsForVariable() local
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 1544 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1574 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1626 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1696 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1729 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1768 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1833 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1918 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1946 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1985 const uint32_t num_components = _.GetDimension(p0_type); in ValidateExtInst() local [all …]
|
D | validate_interfaces.cpp | 179 uint32_t num_components = 0; in NumConsumedComponents() local 347 uint32_t num_components = NumConsumedComponents(_, sub_type); in GetLocationsForVariable() local 412 uint32_t num_components = NumConsumedComponents(_, member); in GetLocationsForVariable() local
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_extensions.cpp | 1553 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1583 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1635 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1705 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1738 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1777 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1842 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1927 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1955 const uint32_t num_components = _.GetDimension(result_type); in ValidateExtInst() local 1994 const uint32_t num_components = _.GetDimension(p0_type); in ValidateExtInst() local [all …]
|
D | validate_interfaces.cpp | 179 uint32_t num_components = 0; in NumConsumedComponents() local 347 uint32_t num_components = NumConsumedComponents(_, sub_type); in GetLocationsForVariable() local 412 uint32_t num_components = NumConsumedComponents(_, member); in GetLocationsForVariable() local
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | scc_test.cc | 62 int num_components; in TEST_F() local 92 int num_components; in TEST_F() local 155 int num_components; in TEST_F() local 391 int num_components; in TEST_F() local
|
D | scc.cc | 128 int* num_components) { in StronglyConnectedComponents() 186 int num_components = 0; in IdentifyLoops() local 233 int num_components = 0; in IdentifyLoops() local
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 101 get_bvec_type(struct ntv_context *ctx, int num_components) in get_bvec_type() 141 get_fvec_type(struct ntv_context *ctx, unsigned bit_size, unsigned num_components) in get_fvec_type() 155 get_ivec_type(struct ntv_context *ctx, unsigned bit_size, unsigned num_components) in get_ivec_type() 169 get_uvec_type(struct ntv_context *ctx, unsigned bit_size, unsigned num_components) in get_uvec_type() 627 get_vec_from_bit_size(struct ntv_context *ctx, uint32_t bit_size, uint32_t num_components) in get_vec_from_bit_size() 732 size_t num_components = 0; in get_alu_src_raw() local 762 uvec_to_bvec(struct ntv_context *ctx, SpvId value, unsigned num_components) in uvec_to_bvec() 777 unsigned num_components) in bitcast_to_uvec() 785 unsigned num_components) in bitcast_to_ivec() 793 unsigned num_components) in bitcast_to_fvec() [all …]
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_mem_access_bit_sizes.c | 32 unsigned num_components, unsigned bit_size, in dup_mem_intrinsic() 88 const unsigned num_components = intrin->dest.ssa.num_components; in lower_mem_load_bit_size() local 165 const unsigned num_components = intrin->num_components; in lower_mem_store_bit_size() local
|
D | brw_nir_tcs_workarounds.c | 76 load_output(nir_builder *b, int num_components, int offset, int component) in load_output()
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_image_load_store.c | 58 int num_components, bool mask) in pack_bits() 94 unsigned num_components = util_format_get_nr_components(format); in v3d_nir_lower_image_store() local
|
D | v3d33_vpm_setup.c | 34 v3d33_vir_vpm_read_setup(struct v3d_compile *c, int num_components) in v3d33_vir_vpm_read_setup()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_fragment.cpp | 335 unsigned num_components = 4; in do_process_outputs() local 497 int num_components = instr->dest.is_ssa ? in emit_interp_deref_at_sample() local 567 int num_components = nir_dest_num_components(instr->dest); in emit_interp_deref_at_centroid() local 591 unsigned num_components = 4; in do_emit_load_deref() local 654 int num_components, int start_comp) in load_interpolated()
|
/external/pdfium/core/fxcodec/jpeg/ |
D | jpegmodule.h | 30 int num_components; member
|