HomeSort by relevance Sort by last modified time
    Searched refs:bufferType (Results 1 - 25 of 42) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemBufferValidator.cpp 57 const char* generateShaderBufferString (TestType testType, BufferType bufferType)
59 if (bufferType == STORAGE_BUFFER)
62 DE_ASSERT(bufferType == SAMPLER_BUFFER);
75 void initBufferValidatorPrograms (vk::SourceCollections& programCollection, TestType testType, BufferType bufferType)
157 tcu::StringTemplate validatorShaderTemplate(bufferType == SAMPLER_BUFFER ? validatorShaderTemplateSamplerBuffer : validatorShaderTemplateStorageBuffer);
161 validatorParams["BUFFER_TYPE"] = generateShaderBufferString(testType, bufferType);
182 vk::VkDescriptorType getDescriptorType (BufferType bufferType)
    [all...]
  /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
EngineWrapBenchmark.java 53 BufferType bufferType();
74 BufferType bufferType = config.bufferType();
80 clientApplicationBuffer = bufferType.newApplicationBuffer(clientEngine);
81 serverApplicationBuffer = bufferType.newApplicationBuffer(serverEngine);
82 clientPacketBuffer = bufferType.newPacketBuffer(clientEngine);
83 serverPacketBuffer = bufferType.newPacketBuffer(serverEngine);
87 messageBuffer = bufferType.newBuffer(messageSize)
    [all...]
EngineHandshakeBenchmark.java 49 BufferType bufferType();
76 BufferType bufferType = config.bufferType();
82 clientApplicationBuffer = bufferType.newApplicationBuffer(clientEngine);
83 serverApplicationBuffer = bufferType.newApplicationBuffer(serverEngine);
84 clientPacketBuffer = bufferType.newPacketBuffer(clientEngine);
85 serverPacketBuffer = bufferType.newPacketBuffer(serverEngine);
CipherEncryptBenchmark.java 27 public enum BufferType {
39 BufferType bufferType();
47 switch (config.bufferType()) {
118 switch (config.bufferType()) {
137 "Unexpected buffertype: " + config.bufferType());
  /external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
EngineWrapBenchmark.java 55 BufferType bufferType();
76 BufferType bufferType = config.bufferType();
82 clientApplicationBuffer = bufferType.newApplicationBuffer(clientEngine);
83 serverApplicationBuffer = bufferType.newApplicationBuffer(serverEngine);
84 clientPacketBuffer = bufferType.newPacketBuffer(clientEngine);
85 serverPacketBuffer = bufferType.newPacketBuffer(serverEngine);
89 messageBuffer = bufferType.newBuffer(messageSize)
    [all...]
EngineHandshakeBenchmark.java 51 BufferType bufferType();
78 BufferType bufferType = config.bufferType();
84 clientApplicationBuffer = bufferType.newApplicationBuffer(clientEngine);
85 serverApplicationBuffer = bufferType.newApplicationBuffer(serverEngine);
86 clientPacketBuffer = bufferType.newPacketBuffer(clientEngine);
87 serverPacketBuffer = bufferType.newPacketBuffer(serverEngine);
CipherEncryptBenchmark.java 32 public enum BufferType {
44 BufferType bufferType();
52 switch (config.bufferType()) {
123 switch (config.bufferType()) {
142 "Unexpected buffertype: " + config.bufferType());
  /external/conscrypt/benchmark-android/src/main/java/org/conscrypt/
CaliperAlpnBenchmark.java 36 public BufferType b_buffer;
57 public BufferType bufferType() {
CaliperEngineHandshakeBenchmark.java 51 public BufferType b_buffer;
78 public BufferType bufferType() {
CaliperEngineWrapBenchmark.java 53 public BufferType b_buffer;
89 public BufferType bufferType() {
  /external/conscrypt/repackaged/benchmark-android/src/main/java/com/android/org/conscrypt/
CaliperAlpnBenchmark.java 38 public BufferType b_buffer;
58 public BufferType bufferType() {
CaliperEngineHandshakeBenchmark.java 53 public BufferType b_buffer;
79 public BufferType bufferType() {
CaliperEngineWrapBenchmark.java 55 public BufferType b_buffer;
90 public BufferType bufferType() {
  /frameworks/av/media/libmedia/
OMXBuffer.cpp 115 BufferType bufferType = (BufferType) parcel->readInt32();
116 CHECK(bufferType != kBufferTypeHidlMemory);
118 switch(bufferType) {
171 mBufferType = bufferType;
  /external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
JmhAlpnBenchmark.java 43 public BufferType b_buffer;
64 public BufferType bufferType() {
JmhCipherEncryptBenchmark.java 43 public CipherEncryptBenchmark.BufferType b_bufferType;
62 public CipherEncryptBenchmark.BufferType bufferType() {
JmhEngineHandshakeBenchmark.java 64 public BufferType b_buffer;
90 public BufferType bufferType() {
JmhEngineWrapBenchmark.java 60 public BufferType b_buffer;
93 public BufferType bufferType() {
  /external/skqp/src/gpu/gl/
GrGLBuffer.cpp 51 inline static GrGLenum gr_to_gl_access_pattern(GrBufferType bufferType,
88 SkASSERT(bufferType >= 0 && bufferType <= kLast_GrBufferType);
91 return usageTypes[bufferType][accessPattern];
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
ConscryptEngineTest.java 65 public enum BufferType {
87 BufferType(BufferAllocator allocator) {
121 public static Iterable<BufferType> data() {
123 BufferType.HEAP_ALLOCATOR, BufferType.HEAP_NO_ALLOCATOR, BufferType.DIRECT);
126 @Parameter public BufferType bufferType;
389 bufferType.newBuffer(clientEngine.getSession().getApplicationBufferSize());
391 bufferType.newBuffer(clientEngine.getSession().getPacketBufferSize())
    [all...]
  /external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
ConscryptEngineTest.java 72 public enum BufferType {
94 BufferType(BufferAllocator allocator) {
128 public static Iterable<BufferType> data() {
130 BufferType.HEAP_ALLOCATOR, BufferType.HEAP_NO_ALLOCATOR, BufferType.DIRECT);
133 @Parameter public BufferType bufferType;
396 bufferType.newBuffer(clientEngine.getSession().getApplicationBufferSize());
398 bufferType.newBuffer(clientEngine.getSession().getPacketBufferSize())
    [all...]
  /external/skqp/src/gpu/
GrBufferAllocPool.h 57 * @param bufferType The type of buffers to create.
62 GrBufferAllocPool(GrGpu* gpu, GrBufferType bufferType, void* initialBuffer);
  /external/skia/src/gpu/
GrBufferAllocPool.h 80 * @param bufferType The type of buffers to create.
85 GrBufferAllocPool(GrGpu* gpu, GrGpuBufferType bufferType, sk_sp<CpuBufferCache> cpuBufferCache);
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmVariablePointersTests.cpp 310 const string bufferType = isSingleInputBuffer ? "single_buffer" : "two_buffers";
323 string name = "reads_opselect_" + bufferType;
344 string name = "reads_opfunctioncall_" + bufferType;
365 string name = "reads_opphi_" + bufferType;
394 string name = "reads_opcopyobject_" + bufferType;
422 std::string name = "stores_" + string(de::toLower(storageClass)) + "_" + bufferType;
449 std::string name = "reads_opptraccesschain_" + bufferType;
482 std::string name = "writes_" + bufferType;
511 std::string name = "workgroup_" + bufferType;
    [all...]
  /external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_api.cc     [all...]

Completed in 400 milliseconds

1 2