HomeSort by relevance Sort by last modified time
    Searched refs:samples (Results 976 - 1000 of 1148) sorted by null

<<31323334353637383940>>

  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseBinding.cpp 167 imageSparseInfo.samples = VK_SAMPLE_COUNT_1_BIT; //VkSampleCountFlagBits samples;
  /external/libaom/libaom/examples/
analyzer.cc 357 sym_count[s->id] += s->samples;
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 614 psnr_samples_total[i] += pkt[i]->data.psnr.samples[0];
  /external/mesa3d/src/amd/vulkan/
radv_meta_fast_clear.c 194 attachment.samples = 1;
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_surface.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/osmesa/
osmesa.c 288 vis->samples = 1;
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_screen.c 282 * Plane 0 is GR88 and samples YU or YV pairs and places Y into
283 * the R component, while plane 1 is ARGB/ABGR and samples YUYV/UYVY
710 .samples = 1,
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_readpixels.c 213 fb.samples = 1;
  /external/python/apitools/samples/bigquery_sample/bigquery_v2/
bigquery_v2_client.py 4 from samples.bigquery_sample.bigquery_v2 import bigquery_v2_messages as messages
  /external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
servicemanagement_v1_client.py 4 from samples.servicemanagement_sample.servicemanagement_v1 import servicemanagement_v1_messages as messages
    [all...]
  /external/skia/src/gpu/mtl/
GrMtlGpu.mm 282 int samples = rt->numStencilSamples();
289 samples,
316 // requested, this TexDesc describes the resolved texture. Therefore we always have samples
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
entry_points.cpp 676 GL_APICALL void GL_APIENTRY glRenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
678 return gl::RenderbufferStorageMultisample(target, samples, internalformat, width, height);
681 GL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleANGLE(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
683 return gl::RenderbufferStorageMultisampleANGLE(target, samples, internalformat, width, height);
    [all...]
  /external/tensorflow/tensorflow/python/keras/engine/
training_arrays.py 85 steps_per_epoch: Total number of steps (batches of samples) before
194 count_mode = 'steps' if use_steps else 'samples'
202 samples=num_samples_or_steps,
440 print('Train on %d samples, validate on %d samples' %
445 """Returns total number of samples (when training in batch mode) or steps."""
  /external/v8/src/profiler/
heap-snapshot-generator.h 256 const std::vector<TimeInterval>& samples() const { return time_intervals_; } function in class:v8::internal::HeapObjectsMap
  /external/webrtc/webrtc/common_audio/signal_processing/include/
signal_processing_library.h 134 size_t samples,
150 // - length : Number of samples in vector.
167 // - length : Number of samples in vector.
184 // - length : Number of samples in vector.
201 // - length : Number of samples in vector.
218 // - length : Number of samples in vector.
235 // - length : Number of samples in vector.
252 // - length : Number of samples in vector.
264 // - length : Number of samples in vector.
274 // - length : Number of samples in vector
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
GLEncoder.cpp     [all...]
  /external/adhd/cras/src/tests/
dev_stream_unittest.cc 167 int16_t *shm_samples = (int16_t *)rstream_.shm.area->samples;
190 buf = (int16_t *)shm->area->samples;
714 // Case 1: Not enough samples. Time is not late enough.
722 // Case 2: Not enough samples. Time is late enough.
729 // Stream still can not send samples to client.
734 // Case 3: Enough samples. Time is not late enough.
740 // Enough samples are written.
743 // Stream still can not send samples to client.
748 // Case 4: Enough samples. Time is late enough.
771 // Case 5: Enough samples. Time is late enough and it is too lat
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 504 VkSampleCountFlagBits samples;
942 VkSampleCountFlagBits samples;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/multiview/
vktMultiViewRenderTests.cpp 102 VkSampleCountFlagBits samples; member in struct:vkt::MultiView::__anon18978::TestParameters
115 const VkSampleCountFlagBits samples = VK_SAMPLE_COUNT_1_BIT,
122 return MultiView::makeRenderPass<AttachmentDescription1, AttachmentReference1, SubpassDescription1, SubpassDependency1, RenderPassCreateInfo1>(vk, device, colorFormat, viewMasks, samples, colorLoadOp, dsFormat);
124 return MultiView::makeRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, device, colorFormat, viewMasks, samples, colorLoadOp, dsFormat);
223 ImageAttachment (VkDevice logicalDevice, DeviceInterface& device, Allocator& allocator, const VkExtent3D extent, VkFormat colorFormat, const VkSampleCountFlagBits samples = VK_SAMPLE_COUNT_1_BIT);
238 ImageAttachment::ImageAttachment (VkDevice logicalDevice, DeviceInterface& device, Allocator& allocator, const VkExtent3D extent, VkFormat colorFormat, const VkSampleCountFlagBits samples)
245 const VkImageCreateInfo colorAttachmentImageInfo = makeImageCreateInfo(VK_IMAGE_TYPE_2D, extent, colorFormat, imageUsageFlags, samples);
343 m_colorAttachment = de::SharedPtr<ImageAttachment>(new ImageAttachment(*m_logicalDevice, *m_device, *m_allocator, m_parameters.extent, m_parameters.colorFormat, m_parameters.samples));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassDepthStencilResolveTests.cpp 387 const VkSampleCountFlagBits samples(sampleCountBitFromSampleCount(m_config.sampleCount));
395 samples, // VkSampleCountFlagBits samples;
418 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
717 // so we need to do as many passes as there are samples, first half
718 // of samples is initialized with 1 and second half with 255
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 408 void GLContext::renderbufferStorageMultisample (deUint32 target, int samples, deUint32 internalFormat, int width, int height)
410 m_wrapper->glRenderbufferStorageMultisample(target, samples, internalFormat, width, height);
sglrReferenceContext.hpp 591 ReferenceContextBuffers (const tcu::PixelFormat& colorBits, int depthBits, int stencilBits, int width, int height, int samples = 1);
653 virtual void renderbufferStorageMultisample (deUint32 target, int samples, deUint32 internalFormat, int width, int height);
    [all...]
  /external/googletest/googletest/
README.md 72 If you want to build Google Test's samples, you should replace the last command
  /external/libjpeg-turbo/simd/i386/
jfdctflt-3dn.asm 45 ; Perform the forward DCT on one block of samples.

Completed in 2430 milliseconds

<<31323334353637383940>>