Home
last modified time | relevance | path

Searched refs:w_index (Results 1 – 11 of 11) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Dweight_mask.cc55 #define INIT_WEIGHT_MASK(width, height, bitdepth, w_index, h_index) \ argument
56 dsp->weight_mask[w_index][h_index][0] = \
58 dsp->weight_mask[w_index][h_index][1] = \
/external/u-boot/drivers/usb/gadget/
Dcomposite.c764 u16 w_index = le16_to_cpu(ctrl->wIndex); in composite_setup() local
767 u8 intf = w_index & 0xFF; in composite_setup()
836 w_index, w_value & 0xff); in composite_setup()
883 if (!cdev->config || w_index >= MAX_CONFIG_INTERFACES) in composite_setup()
890 value = f->set_alt(f, w_index, w_value); in composite_setup()
895 if (!cdev->config || w_index >= MAX_CONFIG_INTERFACES) in composite_setup()
901 value = f->get_alt ? f->get_alt(f, w_index) : 0; in composite_setup()
911 w_value, w_index, w_length); in composite_setup()
927 endp = ((w_index & 0x80) >> 3) | (w_index & 0x0f); in composite_setup()
Dat91_udc.c883 #define w_index le16_to_cpu(pkt.r.wIndex) in handle_setup() macro
889 w_value, w_index, w_length); in handle_setup()
976 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
982 if ((w_index & USB_DIR_IN)) { in handle_setup()
999 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
1005 if ((w_index & USB_DIR_IN)) { in handle_setup()
1018 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
1026 if ((w_index & USB_DIR_IN)) { in handle_setup()
1044 #undef w_index in handle_setup()
Df_mass_storage.c534 u16 w_index = get_unaligned_le16(&ctrl->wIndex); in fsg_setup() local
547 if (w_index != fsg->interface_number || w_value != 0) in fsg_setup()
560 if (w_index != fsg->interface_number || w_value != 0) in fsg_setup()
574 get_unaligned_le16(&ctrl->wValue), w_index, w_length); in fsg_setup()
/external/u-boot/drivers/fpga/
Dstratix10.c119 static u32 get_resp_hdr(u32 *r_index, u32 *w_index, u32 *resp_count, in get_resp_hdr() argument
136 resp_buf[(*w_index)++] = buf[i]; in get_resp_hdr()
137 *w_index %= buf_size; in get_resp_hdr()
/external/llvm/test/CodeGen/AMDGPU/
Dvector-alloca.ll37 define void @vector_write(i32 addrspace(1)* %out, i32 %w_index, i32 %r_index) {
48 %1 = getelementptr [4 x i32], [4 x i32]* %0, i32 0, i32 %w_index
60 define void @bitcast_gep(i32 addrspace(1)* %out, i32 %w_index, i32 %r_index) {
/external/libgav1/libgav1/src/dsp/x86/
Dweight_mask_sse4.cc421 #define INIT_WEIGHT_MASK_8BPP(width, height, w_index, h_index) \ argument
422 dsp->weight_mask[w_index][h_index][0] = \
424 dsp->weight_mask[w_index][h_index][1] = WeightMask##width##x##height##_SSE4<1>
/external/libgav1/libgav1/src/dsp/arm/
Dweight_mask_neon.cc420 #define INIT_WEIGHT_MASK_8BPP(width, height, w_index, h_index) \ argument
421 dsp->weight_mask[w_index][h_index][0] = \
423 dsp->weight_mask[w_index][h_index][1] = WeightMask##width##x##height##_NEON<1>
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dvector-alloca.ll37 ; OPT: %0 = insertelement <4 x i32> zeroinitializer, i32 1, i32 %w_index
48 define amdgpu_kernel void @vector_write(i32 addrspace(1)* %out, i32 %w_index, i32 %r_index) {
59 %tmp1 = getelementptr [4 x i32], [4 x i32] addrspace(5)* %tmp, i32 0, i32 %w_index
75 define amdgpu_kernel void @bitcast_gep(i32 addrspace(1)* %out, i32 %w_index, i32 %r_index) {
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc2039 int w_index = (data_format == "NHWC") ? 2 : 3; in ConvertConv2DHelper() local
2051 const nvinfer1::DimsHW dilation(tf_dilations[h_index], tf_dilations[w_index]); in ConvertConv2DHelper()
2069 const nvinfer1::DimsHW stride(tf_stride[h_index], tf_stride[w_index]); in ConvertConv2DHelper()
2111 input_dims = {output_size_weights[h_index], output_size_weights[w_index]}; in ConvertConv2DHelper()
2177 const int width_diff = tf_output_shape[w_index] - trt_output_shape.d[2]; in ConvertConv2DHelper()
2184 "(", tf_output_shape[h_index], ", ", tf_output_shape[w_index], in ConvertConv2DHelper()
2843 const int w_index = is_ndhwc ? 3 : 4; in ConvertConv3DHelper() local
2858 tf_dilations[d_index], tf_dilations[h_index], tf_dilations[w_index]); in ConvertConv3DHelper()
2881 tf_stride[w_index]); in ConvertConv3DHelper()
2902 output_size_weights[w_index]}; in ConvertConv3DHelper()
[all …]
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc338 int w_index = 2; in GetPoolingOutputSize() local
342 w_index = 3; in GetPoolingOutputSize()
348 int w = input[w_index]; in GetPoolingOutputSize()
351 int sy = strides[w_index]; in GetPoolingOutputSize()
353 int ky = ksize[w_index]; in GetPoolingOutputSize()