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

  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 119 inline float interpolateVertex (float x0y0, float x1y1, float x, float y)
121 return interpolateVertexQuad(tcu::Vec4(x0y0, (x0y0+x1y1)*0.5f, (x0y0+x1y1)*0.5f, x1y1), x, y);
  /external/v8/tools/
gc-nvp-trace-processor.py 55 x1y1 = 'x1y1' variable
61 def __init__(self, title, field, axis = x1y1, **keywords):
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h 5763 float32x4x2_t x1y1; local
5813 float32x4_t x1y1 = vld1q_f32(input_ptr + input_x_offset + input_y_offset); local
5845 float x1y1 = input_data[input_offset + input_x_offset + input_y_offset]; local
5869 float x1y1 = input_data[input_offset + input_x_offset + input_y_offset]; local
    [all...]
  /external/tensorflow/tensorflow/lite/kernels/internal/optimized/
optimized_ops.h 5438 float32x4x2_t x1y1; local
5488 float32x4_t x1y1 = vld1q_f32(input_ptr + input_x_offset + input_y_offset); local
5520 float x1y1 = input_data[input_offset + input_x_offset + input_y_offset]; local
5544 float x1y1 = input_data[input_offset + input_x_offset + input_y_offset]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 505 LLVMValueRef x1y1 = LLVMGetParam(ctx->main_fn, local
510 LLVMValueRef x1 = unpack_sint16(ctx, x1y1, 0);
511 LLVMValueRef y1 = unpack_sint16(ctx, x1y1, 1);
    [all...]

Completed in 946 milliseconds