| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
| D | vktProtectedMemBufferValidator.cpp | 57 const char* generateShaderBufferString (TestType testType, BufferType bufferType) in generateShaderBufferString() argument 59 if (bufferType == STORAGE_BUFFER) in generateShaderBufferString() 62 DE_ASSERT(bufferType == SAMPLER_BUFFER); in generateShaderBufferString() 75 …idatorPrograms (vk::SourceCollections& programCollection, TestType testType, BufferType bufferType) in initBufferValidatorPrograms() argument 157 …tcu::StringTemplate validatorShaderTemplate(bufferType == SAMPLER_BUFFER ? validatorShaderTemplate… in initBufferValidatorPrograms() 161 validatorParams["BUFFER_TYPE"] = generateShaderBufferString(testType, bufferType); in initBufferValidatorPrograms() 182 vk::VkDescriptorType getDescriptorType (BufferType bufferType) in getDescriptorType() argument 184 switch (bufferType) in getDescriptorType()
|
| D | vktProtectedMemBufferValidator.hpp | 78 …atorPrograms (vk::SourceCollections& programCollection, TestType testType, BufferType bufferType); 79 vk::VkDescriptorType getDescriptorType (BufferType bufferType);
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmEmptyStructTests.cpp | 182 for (const auto& bufferType : bufferTypes) in addCopyingComputeGroup() local 186 std::string name = copyingMethod.name + "_" + bufferType.name; in addCopyingComputeGroup() 190 { "OFFSET_1", de::toString(bufferType.offsets[1]) }, in addCopyingComputeGroup() 191 { "OFFSET_2", de::toString(bufferType.offsets[2]) }, in addCopyingComputeGroup() 192 { "OFFSET_3", de::toString(bufferType.offsets[3]) }, in addCopyingComputeGroup() 193 { "VARIABLES", bufferType.spirvVariables }, in addCopyingComputeGroup() 196 { "COPYING_METHOD", bufferType.spirvCopyObject + copyingMethod.spirvCopyCode }, in addCopyingComputeGroup() 203 …spec.inputs.push_back (Resource(BufferSp(new Int32Buffer(bufferType.input)), bufferType.descriptor… in addCopyingComputeGroup() 204 spec.outputs.push_back(Resource(BufferSp(new Int32Buffer(bufferType.expectedOutput)))); in addCopyingComputeGroup()
|
| D | vktSpvAsmVariablePointersTests.cpp | 364 const string bufferType = isSingleInputBuffer ? "single_buffer" : "two_buffers"; in addPhysicalOrVariablePointersComputeGroup() local 380 string name = "reads_opselect_" + bufferType; in addPhysicalOrVariablePointersComputeGroup() 404 string name = "reads_opfunctioncall_" + bufferType; in addPhysicalOrVariablePointersComputeGroup() 428 string name = "reads_opphi_" + bufferType; in addPhysicalOrVariablePointersComputeGroup() 460 string name = "reads_opcopyobject_" + bufferType; in addPhysicalOrVariablePointersComputeGroup() 491 std::string name = "stores_" + string(de::toLower(storageClass)) + "_" + bufferType; in addPhysicalOrVariablePointersComputeGroup() 521 std::string name = "reads_opptraccesschain_" + bufferType; in addPhysicalOrVariablePointersComputeGroup() 557 std::string name = "writes_" + bufferType; in addPhysicalOrVariablePointersComputeGroup() 589 std::string name = "workgroup_" + bufferType; in addPhysicalOrVariablePointersComputeGroup() 973 const string bufferType = isSingleInputBuffer ? "single_buffer_" : "two_buffers_"; in addComplexTypesPhysicalOrVariablePointersComputeGroup() local [all …]
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkBuffer.cpp | 22 GrGpuBufferType bufferType, in GrVkBuffer() argument 27 : GrGpuBuffer(gpu, sizeInBytes, bufferType, accessPattern) in GrVkBuffer() 33 SkASSERT(bufferType != GrGpuBufferType::kUniform || uniformDescriptorSet); in GrVkBuffer() 69 GrGpuBufferType bufferType, in Make() argument 91 switch (bufferType) { in Make() 142 if (bufferType == GrGpuBufferType::kUniform) { in Make() 151 return sk_sp<GrVkBuffer>(new GrVkBuffer(gpu, size, bufferType, accessPattern, buffer, alloc, in Make()
|
| D | GrVkBuffer.h | 21 GrGpuBufferType bufferType, 39 GrGpuBufferType bufferType,
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/ |
| D | vktPostmortemUseAfterFreeTests.cpp | 135 const BufferType bufferType); 150 const BufferType bufferType); 176 const BufferType bufferType) in UseAfterFreeTestCase() argument 178 , m_bufferType (bufferType) in UseAfterFreeTestCase() 302 const BufferType bufferType) in UseAfterFreeTestInstance() argument 304 , m_bufferType(bufferType) in UseAfterFreeTestInstance()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/utils/ |
| D | WGPUHelpers.cpp | 88 wgpu::BufferBindingType bufferType, in BindingLayoutEntryInitializationHelper() argument 93 buffer.type = bufferType; in BindingLayoutEntryInitializationHelper()
|
| D | WGPUHelpers.h | 58 wgpu::BufferBindingType bufferType,
|
| /third_party/skia/experimental/graphite/src/ |
| D | Buffer.h | 37 BufferType bufferType() const { return fType; } in bufferType() function
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Stream.cpp | 132 EGLenum bufferType = attributes.getAsInt(EGL_COLOR_BUFFER_TYPE, EGL_RGB_BUFFER); in createConsumerGLTextureExternal() local 133 if (bufferType == EGL_RGB_BUFFER) in createConsumerGLTextureExternal()
|
| D | Framebuffer.h | 406 void markBufferInitialized(GLenum bufferType, GLint bufferIndex); 408 GLenum bufferType, 416 bool partialBufferClearNeedsInit(const Context *context, GLenum bufferType);
|
| D | Framebuffer.cpp | 2240 void Framebuffer::markBufferInitialized(GLenum bufferType, GLint bufferIndex) in markBufferInitialized() argument 2242 switch (bufferType) in markBufferInitialized() 2303 GLenum bufferType, in ensureBufferInitialized() argument 2313 switch (bufferType) in ensureBufferInitialized() 2365 bool Framebuffer::partialBufferClearNeedsInit(const Context *context, GLenum bufferType) in partialBufferClearNeedsInit() argument 2372 switch (bufferType) in partialBufferClearNeedsInit()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Stream.cpp | 132 EGLenum bufferType = attributes.getAsInt(EGL_COLOR_BUFFER_TYPE, EGL_RGB_BUFFER); in createConsumerGLTextureExternal() local 133 if (bufferType == EGL_RGB_BUFFER) in createConsumerGLTextureExternal()
|
| D | Framebuffer.h | 482 void markBufferInitialized(GLenum bufferType, GLint bufferIndex); 484 GLenum bufferType, 492 bool partialBufferClearNeedsInit(const Context *context, GLenum bufferType);
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fTransformFeedbackTests.cpp | 1317 …PositionCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32 … in PositionCase() argument 1318 : TransformFeedbackCase(context, name, desc, bufferType, primitiveType) in PositionCase() 1327 …PointSizeCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32… in PointSizeCase() argument 1328 : TransformFeedbackCase(context, name, desc, bufferType, primitiveType) in PointSizeCase() 1337 …BasicTypeCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32… in BasicTypeCase() argument 1338 : TransformFeedbackCase(context, name, desc, bufferType, primitiveType) in BasicTypeCase() 1351 …BasicArrayCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint3… in BasicArrayCase() argument 1352 : TransformFeedbackCase(context, name, desc, bufferType, primitiveType) in BasicArrayCase() 1376 …ArrayElementCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUin… in ArrayElementCase() argument 1377 : TransformFeedbackCase(context, name, desc, bufferType, primitiveType) in ArrayElementCase() [all …]
|
| D | es3fLifetimeTests.cpp | 310 BufferTfAttacher (lt::Context& ctx, Type& bufferType, Type& tfType) in BufferTfAttacher() argument 311 : Attacher (ctx, bufferType, tfType) {} in BufferTfAttacher()
|
| /third_party/flutter/skia/src/gpu/gl/ |
| D | GrGLBuffer.cpp | 51 inline static GrGLenum gr_to_gl_access_pattern(GrGpuBufferType bufferType, in gr_to_gl_access_pattern() argument 90 return usageType(bufferType, accessPattern); in gr_to_gl_access_pattern()
|
| /third_party/skia/src/gpu/gl/ |
| D | GrGLBuffer.cpp | 56 inline static GrGLenum gr_to_gl_access_pattern(GrGpuBufferType bufferType, in gr_to_gl_access_pattern() argument 103 return usageType(bufferType, accessPattern); in gr_to_gl_access_pattern()
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrBufferAllocPool.h | 85 GrBufferAllocPool(GrGpu* gpu, GrGpuBufferType bufferType, sk_sp<CpuBufferCache> cpuBufferCache);
|
| D | GrBufferAllocPool.cpp | 88 GrBufferAllocPool::GrBufferAllocPool(GrGpu* gpu, GrGpuBufferType bufferType, in GrBufferAllocPool() argument 93 , fBufferType(bufferType) {} in GrBufferAllocPool()
|
| /third_party/skia/third_party/externals/dawn/src/utils/ |
| D | WGPUHelpers.cpp | 254 wgpu::BufferBindingType bufferType, in BindingLayoutEntryInitializationHelper() argument 259 buffer.type = bufferType; in BindingLayoutEntryInitializationHelper()
|
| D | WGPUHelpers.h | 114 wgpu::BufferBindingType bufferType,
|
| /third_party/skia/src/gpu/ |
| D | GrBufferAllocPool.h | 86 GrBufferAllocPool(GrGpu* gpu, GrGpuBufferType bufferType, sk_sp<CpuBufferCache> cpuBufferCache);
|
| D | GrBufferAllocPool.cpp | 88 GrBufferAllocPool::GrBufferAllocPool(GrGpu* gpu, GrGpuBufferType bufferType, in GrBufferAllocPool() argument 93 , fBufferType(bufferType) {} in GrBufferAllocPool()
|