Home
last modified time | relevance | path

Searched refs:x1y1 (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgProgramExecutor.cpp119 inline float interpolateVertex (float x0y0, float x1y1, float x, float y) in interpolateVertex() argument
121 return interpolateVertexQuad(tcu::Vec4(x0y0, (x0y0+x1y1)*0.5f, (x0y0+x1y1)*0.5f, x1y1), x, y); in interpolateVertex()
/external/v8/tools/
Dgc-nvp-trace-processor.py55 x1y1 = 'x1y1' variable
61 def __init__(self, title, field, axis = x1y1, **keywords):
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h5438 float32x4x2_t x1y1; in ResizeBilinearKernel2x2() local
5440 x1y1.val[0] = vld1q_f32(input_ptr); in ResizeBilinearKernel2x2()
5441 x1y1.val[1] = vld1q_f32(input_ptr + 4); in ResizeBilinearKernel2x2()
5472 br.val[0] = vaddq_f32(x1y0.val[0], x1y1.val[0]); in ResizeBilinearKernel2x2()
5473 br.val[1] = vaddq_f32(x1y0.val[1], x1y1.val[1]); in ResizeBilinearKernel2x2()
5488 float32x4_t x1y1 = vld1q_f32(input_ptr + input_x_offset + input_y_offset); in ResizeBilinearKernel2x2() local
5508 float32x4_t br = vaddq_f32(x1y0, x1y1); in ResizeBilinearKernel2x2()
5520 float x1y1 = input_data[input_offset + input_x_offset + input_y_offset]; in ResizeBilinearKernel2x2() local
5535 (output + ((x1y0 + x1y1) / 2)) / 2; in ResizeBilinearKernel2x2()
5544 float x1y1 = input_data[input_offset + input_x_offset + input_y_offset]; in ResizeBilinearKernel2x2() local
[all …]
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h5763 float32x4x2_t x1y1; in ResizeBilinearKernel2x2() local
5765 x1y1.val[0] = vld1q_f32(input_ptr); in ResizeBilinearKernel2x2()
5766 x1y1.val[1] = vld1q_f32(input_ptr + 4); in ResizeBilinearKernel2x2()
5797 br.val[0] = vaddq_f32(x1y0.val[0], x1y1.val[0]); in ResizeBilinearKernel2x2()
5798 br.val[1] = vaddq_f32(x1y0.val[1], x1y1.val[1]); in ResizeBilinearKernel2x2()
5813 float32x4_t x1y1 = vld1q_f32(input_ptr + input_x_offset + input_y_offset); in ResizeBilinearKernel2x2() local
5833 float32x4_t br = vaddq_f32(x1y0, x1y1); in ResizeBilinearKernel2x2()
5845 float x1y1 = input_data[input_offset + input_x_offset + input_y_offset]; in ResizeBilinearKernel2x2() local
5860 (output + ((x1y0 + x1y1) / 2)) / 2; in ResizeBilinearKernel2x2()
5869 float x1y1 = input_data[input_offset + input_x_offset + input_y_offset]; in ResizeBilinearKernel2x2() local
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c505 LLVMValueRef x1y1 = LLVMGetParam(ctx->main_fn, in si_llvm_load_input_vs() local
510 LLVMValueRef x1 = unpack_sint16(ctx, x1y1, 0); in si_llvm_load_input_vs()
511 LLVMValueRef y1 = unpack_sint16(ctx, x1y1, 1); in si_llvm_load_input_vs()