/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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/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 | 203 for (const auto& bufferType : bufferTypes) in addCopyingComputeGroup() local 207 std::string name = copyingMethod.name + "_" + bufferType.name; in addCopyingComputeGroup() 211 { "OFFSET_1", de::toString(bufferType.offsets[1]) }, in addCopyingComputeGroup() 212 { "OFFSET_2", de::toString(bufferType.offsets[2]) }, in addCopyingComputeGroup() 213 { "OFFSET_3", de::toString(bufferType.offsets[3]) }, in addCopyingComputeGroup() 214 { "VARIABLES", bufferType.spirvVariables }, in addCopyingComputeGroup() 217 { "COPYING_METHOD", bufferType.spirvCopyObject + copyingMethod.spirvCopyCode }, in addCopyingComputeGroup() 224 …spec.inputs.push_back (Resource(BufferSp(new Int32Buffer(bufferType.input)), bufferType.descriptor… in addCopyingComputeGroup() 225 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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmEmptyStructTests.cpp | 203 for (const auto& bufferType : bufferTypes) in addCopyingComputeGroup() local 207 std::string name = copyingMethod.name + "_" + bufferType.name; in addCopyingComputeGroup() 211 { "OFFSET_1", de::toString(bufferType.offsets[1]) }, in addCopyingComputeGroup() 212 { "OFFSET_2", de::toString(bufferType.offsets[2]) }, in addCopyingComputeGroup() 213 { "OFFSET_3", de::toString(bufferType.offsets[3]) }, in addCopyingComputeGroup() 214 { "VARIABLES", bufferType.spirvVariables }, in addCopyingComputeGroup() 217 { "COPYING_METHOD", bufferType.spirvCopyObject + copyingMethod.spirvCopyCode }, in addCopyingComputeGroup() 224 …spec.inputs.push_back (Resource(BufferSp(new Int32Buffer(bufferType.input)), bufferType.descriptor… in addCopyingComputeGroup() 225 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/node/test/fixtures/wpt/wasm/jsapi/constructor/ |
D | validate.any.js | 86 for (const bufferType of bufferTypes) { 87 if (module.length % bufferType.BYTES_PER_ELEMENT === 0) { 90 const moduleBuffer = new bufferType(bytes.buffer); 92 }, `Validating module [${name}] in ${bufferType.name}`);
|
/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() 263 const BufferType bufferType) in UseAfterFreeTestInstance() argument 265 , m_bufferType(bufferType) in UseAfterFreeTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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() 263 const BufferType bufferType) in UseAfterFreeTestInstance() argument 265 , m_bufferType(bufferType) in UseAfterFreeTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 97 …DepthStencilWriteConditionsInstance (Context& context, const BufferType& bufferType, const VkForma… 104 …pthStencilWriteConditionsInstance (Context& context, const BufferType& bufferType, const VkFormat&… in DepthStencilWriteConditionsInstance() argument 105 : TestInstance (context), m_bufferType(bufferType), m_bufferFormat(bufferFormat) in DepthStencilWriteConditionsInstance() 361 const BufferType bufferType, 379 const BufferType bufferType, in DepthStencilWriteConditionsTest() argument 384 , m_bufferType(bufferType) in DepthStencilWriteConditionsTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 97 …DepthStencilWriteConditionsInstance (Context& context, const BufferType& bufferType, const VkForma… 104 …pthStencilWriteConditionsInstance (Context& context, const BufferType& bufferType, const VkFormat&… in DepthStencilWriteConditionsInstance() argument 105 : TestInstance (context), m_bufferType(bufferType), m_bufferFormat(bufferFormat) in DepthStencilWriteConditionsInstance() 361 const BufferType bufferType, 379 const BufferType bufferType, in DepthStencilWriteConditionsTest() argument 384 , m_bufferType(bufferType) in DepthStencilWriteConditionsTest()
|
/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/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/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/skia/experimental/graphite/src/ |
D | Buffer.h | 37 BufferType bufferType() const { return fType; } in bufferType() function
|
/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/skia/third_party/externals/dawn/src/utils/ |
D | WGPUHelpers.cpp | 254 wgpu::BufferBindingType bufferType, in BindingLayoutEntryInitializationHelper() argument 259 buffer.type = bufferType; in BindingLayoutEntryInitializationHelper()
|
/third_party/skia/src/gpu/ |
D | GrBufferAllocPool.h | 86 GrBufferAllocPool(GrGpu* gpu, GrGpuBufferType bufferType, sk_sp<CpuBufferCache> cpuBufferCache);
|