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

  /external/mesa3d/src/gallium/tests/unit/
translate_test.c 59 float* float_buffer; local
141 float_buffer = align_malloc(buffer_size, 4096);
161 float_buffer[i] = (float)rand_double();
253 buffer[0] = (unsigned char*)float_buffer;
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
quantize.cc 61 const auto& float_buffer = local
64 quantized_buffer->data.resize(float_buffer.data.size());
67 for (std::size_t i = 0; i < float_buffer.data.size(); i++) {
68 const float src_val = float_buffer.data[i];
propagate_fixed_sizes.cc 137 auto& float_buffer = bias_array.GetMutableBuffer<ArrayDataType::kFloat>(); local
138 float_buffer.data.resize(output_depth, 0);
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cTextureViewTests.cpp 7209 glw::GLfloat* float_buffer = (glw::GLfloat*)m_mipmap_data; local
7239 glw::GLfloat* float_buffer = (glw::GLfloat*)m_mipmap_data; local
    [all...]

Completed in 77 milliseconds