/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | TextureCopySplitter.cpp | 73 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/ |
D | vktTextureTexelOffsetTests.cpp | 38 …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/ |
D | TextureCopySplitter.cpp | 104 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/ |
D | ARB_sparse_texture_clamp.txt | 579 ivec3 texelOffset; /* in */ 589 lookup.texelOffset = ivec3(-1,+1,+2);
|
D | ARB_sparse_texture2.txt | 982 ivec3 texelOffset; /* in */ 992 lookup.texelOffset = ivec3(-1,+1,+2);
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_sparse_texture_clamp.txt | 589 ivec3 texelOffset; /* in */ 599 lookup.texelOffset = ivec3(-1,+1,+2);
|
D | ARB_sparse_texture2.txt | 992 ivec3 texelOffset; /* in */ 1002 lookup.texelOffset = ivec3(-1,+1,+2);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_gpu_program5.txt | 1947 itmp = instruction.texelOffset; 2068 itmp = instruction.texelOffset; 2121 itmp = instruction.texelOffset; 2211 itmp = instruction.texelOffset; 2230 itmp = instruction.texelOffset;
|
D | NV_gpu_program4.txt | 4215 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/ |
D | NV_gpu_program5.txt | 1947 itmp = instruction.texelOffset; 2068 itmp = instruction.texelOffset; 2121 itmp = instruction.texelOffset; 2211 itmp = instruction.texelOffset; 2230 itmp = instruction.texelOffset;
|
D | NV_gpu_program4.txt | 4215 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/ |
D | EXT_sparse_texture2.txt | 1451 ivec3 texelOffset; /* in */ 1461 lookup.texelOffset = ivec3(-1,+1,+2);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_sparse_texture2.txt | 1451 ivec3 texelOffset; /* in */ 1461 lookup.texelOffset = ivec3(-1,+1,+2);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 2367 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()
|