/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_NV_shader_image_footprint.txt | 34 structure that can be interpreted by shader code to determine the footprint 47 Each footprint query returns the footprint from a single texture level. 51 The footprint query also returns a flag indicating if the texture lookup 62 over the geometry in the second image that performs a footprint query for 65 This pass would accumulate an aggregate footprint of all visible pixels into 66 a separate "`footprint image`" using shader atomics. 68 work for pixels not in this aggregate footprint. 91 (1) The footprint returned by the SPIR-V instruction is a structure that 95 Why is the footprint built this way? 99 footprints into an aggregate "`footprint image`" that tracks the portions of [all …]
|
/third_party/openGLES/extensions/NV/ |
D | NV_shader_texture_footprint.txt | 55 equivalent texture access. The texture footprint identifies a set of 59 The footprint itself is a structure that includes integer values that 67 256x256 (for 2D textures) or 64x32x32 (for 3D textures). Each footprint 68 query returns the footprint from a single texture level. When using 71 and "coarse"). The footprint query also returns a flag indicating if the 82 footprint query for each visible pixel to determine the set of pixels that 84 footprint of all visible pixels into a separate "footprint texture" using 86 kill all shading work for pixels not in this aggregate footprint. 89 texture footprint query functions are only supported for two- and 90 three-dimensional textures (TEXTURE_2D, TEXTURE_3D). Texture footprint [all …]
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_resource.cpp | 334 D3D12_SUBRESOURCE_FOOTPRINT *footprint = &placed_footprint.Footprint; in convert_planar_resource() local 337 assert(plane_res->base.b.width0 == footprint->Width); in convert_planar_resource() 338 assert(plane_res->base.b.height0 == footprint->Height); in convert_planar_resource() 339 assert(plane_res->base.b.depth0 == footprint->Depth); in convert_planar_resource() 463 D3D12_SUBRESOURCE_FOOTPRINT *footprint = &placed_footprint.Footprint; in d3d12_resource_from_handle() local 485 footprint->Format = incoming_res_desc.Format; in d3d12_resource_from_handle() 486 footprint->Width = incoming_res_desc.Width; in d3d12_resource_from_handle() 487 footprint->Height = incoming_res_desc.Height; in d3d12_resource_from_handle() 488 footprint->Depth = incoming_res_desc.DepthOrArraySize; in d3d12_resource_from_handle() 491 if (footprint->Width > UINT32_MAX || in d3d12_resource_from_handle() [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_texture_supersample.txt | 26 footprint in texture space. The weighted average of the samples is 112 footprint collapses to a line, so long as the sampling rate of the texture 124 of the pixel footprint in screen space will double, and a linear filter 128 of the pixel footprint in screen space will quadruple, and the FILTER4_SGIS
|
D | SGIX_texture_mipmap_anisotropic.txt | 26 pixel's footprint in texture space is approximated by a symmetrically 27 filtered sample. The approximation becomes worse as the pixel footprint 31 which better approximates the pixel footprint shape. This anisotropic 138 at LOD Lamda, are sampled within the texture footprint of the pixel.
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_texture_supersample.txt | 26 footprint in texture space. The weighted average of the samples is 112 footprint collapses to a line, so long as the sampling rate of the texture 124 of the pixel footprint in screen space will double, and a linear filter 128 of the pixel footprint in screen space will quadruple, and the FILTER4_SGIS
|
D | SGIX_texture_mipmap_anisotropic.txt | 26 pixel's footprint in texture space is approximated by a symmetrically 27 filtered sample. The approximation becomes worse as the pixel footprint 31 which better approximates the pixel footprint shape. This anisotropic 138 at LOD Lamda, are sampled within the texture footprint of the pixel.
|
/third_party/libwebsockets/lib/misc/fts/ |
D | trie-fd.c | 623 int footprint; in lws_fts_search() local 660 footprint = (int)(sizeof(*fp) + fplen + 1); in lws_fts_search() 663 footprint += (int)(2 * sizeof(uint32_t) * tot); in lws_fts_search() 667 footprint += (int)(sizeof(void *) * tot); in lws_fts_search() 670 fp = lwsac_use(&ftsp->results_head, (unsigned int)footprint, 0); in lws_fts_search() 679 fp->matches_length = footprint - (int)sizeof(*fp) - (int)(fplen + 1); in lws_fts_search()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_filter_anisotropic.txt | 30 modes assumes that the projection of the pixel filter footprint into 32 footprint may be long and narrow (ie, anisotropic). Consequently, 37 for the anisotropic nature of the pixel filter footprint into texture 193 at LOD Lamda, are sampled within the texture footprint of the pixel. 196 the mipmap at LOD Lamda are sampled within the texture footprint of
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_filter_anisotropic.txt | 30 modes assumes that the projection of the pixel filter footprint into 32 footprint may be long and narrow (ie, anisotropic). Consequently, 37 for the anisotropic nature of the pixel filter footprint into texture 193 at LOD Lamda, are sampled within the texture footprint of the pixel. 196 the mipmap at LOD Lamda are sampled within the texture footprint of
|
/third_party/libwebsockets/ |
D | README.OpenSource | 9 … C library for implementing modern network protocols easily with a tiny footprint, using a nonbloc…
|
/third_party/skia/third_party/externals/tint/test/bug/tint/ |
D | 870.spvasm.expected.glsl | 5 vec4 footprint;
|
D | 870.spvasm.expected.wgsl | 4 footprint : vec4<f32>;
|
D | 870.spvasm.expected.msl | 8 /* 0x0000 */ float4 footprint;
|
/third_party/libffi/src/ |
D | dlmalloc.c | 2086 size_t footprint; member 2880 assert(total <= m->footprint); in do_check_malloc_state() 2881 assert(m->footprint <= m->max_footprint); in do_check_malloc_state() 2914 nm.hblkhd = m->footprint - sum; in internal_mallinfo() 2916 nm.uordblks = m->footprint - mfree; in internal_mallinfo() 2936 fp = m->footprint; in internal_malloc_stats() 3236 if ((m->footprint += mmsize) > m->max_footprint) in mmap_alloc() 3237 m->max_footprint = m->footprint; in mmap_alloc() 3272 if ((m->footprint += newmmsize - oldmmsize) > m->max_footprint) in mmap_resize() 3273 m->max_footprint = m->footprint; in mmap_resize() [all …]
|
/third_party/skia/third_party/externals/angle2/build_overrides/ |
D | glslang.gni | 9 # initialization and reduces binary footprint.
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_image.c | 141 D3D12_PLACED_SUBRESOURCE_FOOTPRINT footprint; in dzn_image_create() local 143 …ID3D12Device1_GetCopyableFootprints(device->dev, &tmp_desc, 0, 1, 0, &footprint, NULL, NULL, &size… in dzn_image_create() 145 image->linear.row_stride = footprint.Footprint.RowPitch; in dzn_image_create() 805 D3D12_PLACED_SUBRESOURCE_FOOTPRINT footprint; in dzn_GetImageSubresourceLayout() local 811 &footprint, in dzn_GetImageSubresourceLayout() 815 layout->offset = footprint.Offset; in dzn_GetImageSubresourceLayout() 816 layout->rowPitch = footprint.Footprint.RowPitch; in dzn_GetImageSubresourceLayout() 817 layout->depthPitch = layout->rowPitch * footprint.Footprint.Height; in dzn_GetImageSubresourceLayout()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_filter_anisotropic.txt | 43 modes assumes that the projection of the pixel filter footprint into 45 footprint may be long and narrow (ie, anisotropic). Consequently, 50 for the anisotropic nature of the pixel filter footprint into texture 179 the mipmap at LOD Lambda are sampled within the texture footprint of
|
D | ARB_texture_gather.txt | 64 (textureGather) to the shading language that determine 2x2 footprint 67 texels in the footprint. 318 For texture gather operations, each texel in the sampled footprint is 321 footprint, a textureGather() function accessing an incomplete texture
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_filter_anisotropic.txt | 58 modes assumes that the projection of the pixel filter footprint into 60 footprint may be long and narrow (ie, anisotropic). Consequently, 65 for the anisotropic nature of the pixel filter footprint into texture 194 the mipmap at LOD Lambda are sampled within the texture footprint of
|
D | ARB_texture_gather.txt | 74 (textureGather) to the shading language that determine 2x2 footprint 77 texels in the footprint. 328 For texture gather operations, each texel in the sampled footprint is 331 footprint, a textureGather() function accessing an incomplete texture
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_vertex_half_float.txt | 47 the memory footprint reduce by half, but the memory bandwidth required for 63 performance or memory footprint critical. It is much more important that the
|
D | OES_gpu_shader5.txt | 93 select a 2x2 footprint to gather from; and 96 footprint. 117 applied to identify a 2x2 texel footprint, from which the single texel 330 four-texel linear footprint, and then selecting texel (i0,j0) of 331 that footprint. The specified values in <offsets> must be constant
|
/third_party/mbedtls/scripts/ |
D | footprint.sh | 120 zip mbedtls-footprint.zip "$OUTFILE" size-*.txt >/dev/null
|
/third_party/openGLES/extensions/OES/ |
D | OES_vertex_half_float.txt | 57 the memory footprint reduce by half, but the memory bandwidth required for 73 performance or memory footprint critical. It is much more important that the
|