Home
last modified time | relevance | path

Searched refs:texelOffset (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureCopySplitter.cpp73 Origin3D texelOffset = ComputeTexelOffsets( in ComputeTextureCopySplit() local
77 uint32_t byteOffsetInRowPitch = texelOffset.x / format.blockWidth * format.blockByteSize; in ComputeTextureCopySplit()
108 copy.copies[0].bufferOffset = texelOffset; in ComputeTextureCopySplit()
109 copy.copies[0].bufferSize.width = copySize.width + texelOffset.x; in ComputeTextureCopySplit()
110 copy.copies[0].bufferSize.height = imageHeight + texelOffset.y; in ComputeTextureCopySplit()
111 copy.copies[0].bufferSize.depth = copySize.depth + texelOffset.z; in ComputeTextureCopySplit()
156 copy.copies[0].copySize.width = texelsPerRow - texelOffset.x; in ComputeTextureCopySplit()
160 copy.copies[0].bufferOffset = texelOffset; in ComputeTextureCopySplit()
162 copy.copies[0].bufferSize.height = imageHeight + texelOffset.y; in ComputeTextureCopySplit()
163 copy.copies[0].bufferSize.depth = copySize.depth + texelOffset.z; in ComputeTextureCopySplit()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTexelOffsetTests.cpp38 …de::MovePtr<tcu::TestCaseGroup> texelOffset (new tcu::TestCaseGroup(testCtx, "texel_offset", "Test… in createTextureTexelOffsetTests() local
50 texelOffset->addChild(testCase); in createTextureTexelOffsetTests()
53 return texelOffset.release(); in createTextureTexelOffsetTests()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureCopySplitter.cpp104 Origin3D texelOffset = ComputeTexelOffsets( in Compute2DTextureCopySubresource() local
107 ASSERT(texelOffset.y <= blockInfo.height); in Compute2DTextureCopySubresource()
108 ASSERT(texelOffset.z == 0); in Compute2DTextureCopySubresource()
111 uint32_t byteOffsetInRowPitch = texelOffset.x / blockInfo.width * blockInfo.byteSize; in Compute2DTextureCopySubresource()
141 copy.copies[0].bufferOffset = texelOffset; in Compute2DTextureCopySubresource()
143 copy.copies[0].bufferSize.width = copySize.width + texelOffset.x; in Compute2DTextureCopySubresource()
144 copy.copies[0].bufferSize.height = copySize.height + texelOffset.y; in Compute2DTextureCopySubresource()
191 copy.copies[0].copySize.width = texelsPerRow - texelOffset.x; in Compute2DTextureCopySubresource()
195 copy.copies[0].bufferOffset = texelOffset; in Compute2DTextureCopySubresource()
197 copy.copies[0].bufferSize.height = copySize.height + texelOffset.y; in Compute2DTextureCopySubresource()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_sparse_texture_clamp.txt579 ivec3 texelOffset; /* in */
589 lookup.texelOffset = ivec3(-1,+1,+2);
DARB_sparse_texture2.txt982 ivec3 texelOffset; /* in */
992 lookup.texelOffset = ivec3(-1,+1,+2);
/third_party/openGLES/extensions/ARB/
DARB_sparse_texture_clamp.txt589 ivec3 texelOffset; /* in */
599 lookup.texelOffset = ivec3(-1,+1,+2);
DARB_sparse_texture2.txt992 ivec3 texelOffset; /* in */
1002 lookup.texelOffset = ivec3(-1,+1,+2);
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_gpu_program5.txt1947 itmp = instruction.texelOffset;
2068 itmp = instruction.texelOffset;
2121 itmp = instruction.texelOffset;
2211 itmp = instruction.texelOffset;
2230 itmp = instruction.texelOffset;
DNV_gpu_program4.txt4215 result = TextureSample(tmp, lambda, ddx, ddy, texelOffset);
4258 result = TextureSample(tmp, lambda + tmp.w, ddx, ddy, texelOffset);
4292 result = TextureSample(tmp0, lambda, tmp1, tmp2, texelOffset);
4310 result = TexelFetch(tmp, texelOffset);
4331 result = TextureSample(tmp, tmp.w, ddx, ddy, texelOffset);
4360 result = TextureSample(tmp, lambda, ddx, ddy, texelOffset);
/third_party/openGLES/extensions/NV/
DNV_gpu_program5.txt1947 itmp = instruction.texelOffset;
2068 itmp = instruction.texelOffset;
2121 itmp = instruction.texelOffset;
2211 itmp = instruction.texelOffset;
2230 itmp = instruction.texelOffset;
DNV_gpu_program4.txt4215 result = TextureSample(tmp, lambda, ddx, ddy, texelOffset);
4258 result = TextureSample(tmp, lambda + tmp.w, ddx, ddy, texelOffset);
4292 result = TextureSample(tmp0, lambda, tmp1, tmp2, texelOffset);
4310 result = TexelFetch(tmp, texelOffset);
4331 result = TextureSample(tmp, tmp.w, ddx, ddy, texelOffset);
4360 result = TextureSample(tmp, lambda, ddx, ddy, texelOffset);
/third_party/openGLES/extensions/EXT/
DEXT_sparse_texture2.txt1451 ivec3 texelOffset; /* in */
1461 lookup.texelOffset = ivec3(-1,+1,+2);
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_sparse_texture2.txt1451 ivec3 texelOffset; /* in */
1461 lookup.texelOffset = ivec3(-1,+1,+2);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp2367 const int texelOffset = (int) region.bufferImageCopy.bufferOffset / texelSize; in copyRegionToTextureLevel() local
2374 int texelIndex = texelOffset + (z * imageHeight + y) * rowLength; in copyRegionToTextureLevel()
2600 const int texelOffset = (int) region.bufferImageCopy.bufferOffset / texelSize; in copyRegionToTextureLevel() local
2607 int texelIndex = texelOffset + (z * imageHeight + y) * rowLength; in copyRegionToTextureLevel()
2649 const int texelOffset = (int)region.bufferImageCopy.bufferOffset / texelSize; in copyRegionToTextureLevel() local
2655 int texelIndex = texelOffset + (z * imageHeight + y) * rowLength; in copyRegionToTextureLevel()