Home
last modified time | relevance | path

Searched refs:webgpuFormat (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/renderer/wgpu/
DSurfaceWgpu.cpp32 const webgpu::Format &webgpuFormat, in createDepthStencilAttachment() argument
38 webgpuFormat.getActualWgpuTextureFormat(), 1, 1); in createDepthStencilAttachment()
43 ANGLE_TRY(outDepthStencilAttachment->texture.initImage(webgpuFormat.getIntendedFormatID(), in createDepthStencilAttachment()
44 webgpuFormat.getActualImageFormatID(), in createDepthStencilAttachment()
157 const webgpu::Format &webgpuFormat = displayWgpu->getFormat(config->renderTargetFormat); in initializeImpl() local
161 webgpuFormat.getActualWgpuTextureFormat(), 1, 1); in initializeImpl()
166 ANGLE_TRY(mColorAttachment.texture.initImage(webgpuFormat.getIntendedFormatID(), in initializeImpl()
167 webgpuFormat.getActualImageFormatID(), device, in initializeImpl()
179 const webgpu::Format &webgpuFormat = displayWgpu->getFormat(config->depthStencilFormat); in initializeImpl() local
181 static_cast<uint32_t>(mHeight), webgpuFormat, device, in initializeImpl()
DTextureWgpu.cpp376 const webgpu::Format &webgpuFormat = in setImageImpl() local
378 ANGLE_TRY(redefineLevel(context, webgpuFormat, index, size)); in setImageImpl()
379 return setSubImageImpl(context, webgpuFormat, type, index, gl::Box(gl::kOffsetZero, size), in setImageImpl()
384 const webgpu::Format &webgpuFormat, in setSubImageImpl() argument
393 if (!webgpuFormat.valid()) in setSubImageImpl()
399 const gl::InternalFormat &inputInternalFormatInfo = webgpuFormat.getInternalFormatInfo(type); in setSubImageImpl()
412 const angle::Format &actualFormat = webgpuFormat.getActualImageFormat(); in setSubImageImpl()
418 ANGLE_TRY(mImage->stageTextureUpload(contextWgpu, webgpuFormat, type, glExtents, inputRowPitch, in setSubImageImpl()
430 const webgpu::Format &webgpuFormat = getBaseLevelFormat(contextWgpu); in initializeImage() local
441 webgpuFormat.getIntendedFormatID(), webgpuFormat.getActualImageFormatID(), in initializeImage()
[all …]
DTextureWgpu.h186 const webgpu::Format &webgpuFormat,
196 const webgpu::Format &webgpuFormat,
DVertexArrayWgpu.cpp543 const webgpu::Format &webgpuFormat = in syncDirtyAttrib() local
545 SetBitField(mCurrentAttribs[attribIndex].format, webgpuFormat.getActualWgpuVertexFormat()); in syncDirtyAttrib()
564 webgpuFormat.getActualBufferFormat().pixelBytes); in syncDirtyAttrib()
DSurfaceWgpu.h37 const webgpu::Format &webgpuFormat,
Dwgpu_helpers.h110 const webgpu::Format &webgpuFormat,
Dwgpu_helpers.cpp233 const webgpu::Format &webgpuFormat, in stageTextureUpload() argument
254 LoadImageFunctionInfo loadFunctionInfo = webgpuFormat.getTextureLoadFunction(type); in stageTextureUpload()