Home
last modified time | relevance | path

Searched defs:BufferType (Results 1 – 25 of 36) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmEmptyStructTests.cpp120 struct BufferType in addCopyingComputeGroup() struct
122 std::string name; in addCopyingComputeGroup()
123 VkDescriptorType descriptorType; in addCopyingComputeGroup()
124 std::vector<deUint32> offsets; in addCopyingComputeGroup()
125 std::vector<int> input; in addCopyingComputeGroup()
126 std::vector<int> expectedOutput; in addCopyingComputeGroup()
127 std::string spirvVariables; in addCopyingComputeGroup()
128 std::string spirvCopyObject; in addCopyingComputeGroup()
130 BufferType (const std::string& name_, in addCopyingComputeGroup() argument
DvktSpvAsmComputeShaderTestUtil.hpp59 enum BufferType enum
/external/crosvm/media/cros-codecs/src/decoders/vp8/backends/
Dvaapi.rs112 ) -> Result<libva::BufferType> { in build_iq_matrix()
146 fn build_probability_table(frame_hdr: &Header) -> libva::BufferType { in build_probability_table()
158 ) -> Result<libva::BufferType> { in build_pic_param()
245 fn build_slice_param(frame_hdr: &Header, slice_size: usize) -> Result<libva::BufferType> { in build_slice_param()
269 pic_param: BufferType, in save_params()
270 slice_param: BufferType, in save_params()
271 slice_data: BufferType, in save_params()
272 iq_matrix: BufferType, in save_params()
273 probability_table: BufferType, in save_params()
/external/crosvm/media/cros-codecs/src/decoders/h264/backends/
Dvaapi.rs58 fn save_pic_params(&mut self, pic_param: BufferType, iq_matrix: BufferType) { in save_pic_params()
63 fn save_slice_params(&mut self, slice_param: BufferType) { in save_slice_params()
67 fn save_slice_data(&mut self, slice_data: BufferType) { in save_slice_data()
232 fn build_iq_matrix(pps: &Pps) -> BufferType { in build_iq_matrix()
263 ) -> Result<BufferType> { in build_pic_param()
399 ) -> Result<BufferType> { in build_slice_param()
/external/crosvm/media/cros-codecs/src/decoders/vp9/backends/
Dvaapi.rs177 ) -> Result<libva::BufferType> {
250 ) -> Result<libva::BufferType> {
293 pic_param: BufferType, in save_params()
294 slice_param: BufferType, in save_params()
295 slice_data: BufferType, in save_params()
/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
DBufferType.java27 public enum BufferType { enum
DCipherEncryptBenchmark.java32 public enum BufferType { enum in CipherEncryptBenchmark
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
Dquantize_weights.h32 enum class BufferType { QUANTIZED_INT8, QUANTIZED_FLOAT16 }; enum
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DBufferType.java25 public enum BufferType { enum
DCipherEncryptBenchmark.java27 public enum BufferType { enum in CipherEncryptBenchmark
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_weights.h34 enum class BufferType { QUANTIZED_INT8, QUANTIZED_FLOAT16 }; enum
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DVideoFrameBufferTest.java47 private static enum BufferType { I420_JAVA, I420_NATIVE, RGB_TEXTURE, OES_TEXTURE, NV21, NV12 } enum in VideoFrameBufferTest
/external/python/cpython2/Lib/
Dtypes.py36 BufferType = buffer variable
/external/skia/src/gpu/graphite/
DResourceTypes.h38 enum class BufferType : int { enum
/external/angle/src/tests/perf_tests/
DBlitFramebufferPerf.cpp19 enum class BufferType enum
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DConscryptEngineTest.java63 public enum BufferType { enum in ConscryptEngineTest
85 BufferType(BufferAllocator allocator) { in BufferType() method in ConscryptEngineTest.BufferType
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DConscryptEngineTest.java70 public enum BufferType { enum in ConscryptEngineTest
92 BufferType(BufferAllocator allocator) { in BufferType() method in ConscryptEngineTest.BufferType
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dxla_framework_to_llvm_pass.cc236 type_converter.addConversion([&](::mlir::xla_framework::BufferType) { in runOnOperation()
/external/gemmlowp/internal/
Dsimd_wrappers.h67 using BufferType = RegisterBuffer<ScalarType, kScalarCount>; member
/external/deqp-deps/amber/src/
Dbuffer.h35 enum class BufferType : int8_t { enum
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemBufferValidator.hpp73 enum BufferType { enum
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.h322 } BufferType; typedef
/external/deqp/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemUseAfterFreeTests.cpp67 enum BufferType enum
/external/crosvm/media/libva/src/
Dbuffer_type.rs8 pub enum BufferType { enum
21 impl BufferType { implementation
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilWriteConditionsTests.cpp63 enum BufferType enum

12