Home
last modified time | relevance | path

Searched defs:slices (Results 1 – 25 of 48) sorted by relevance

12

/third_party/node/tools/
Dcompress_json.py28 slices = (data[i:i+step] for i in xrange(0, len(data), step)) variable
29 slices = [','.join(str(ord(c) if PY2 else c) for c in s) for s in slices] variable
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_resource.c48 unsigned slices; in util_resource_size() local
/third_party/astc-encoder/Source/UnitTest/
Dtest_decode.cpp63 uint8_t* slices = output; in TEST() local
/third_party/typescript/tests/cases/compiler/
DquickinfoTypeAtReturnPositionsInaccurate.ts56 private slices = { } as Slices; property in ComplexStore
/third_party/ffmpeg/libavcodec/
Dutvideodec.c358 int width, int height, int slices, int rmode) in restore_median_planar()
410 int width, int height, int slices, int rmode) in restore_median_planar_il()
465 int width, int height, int slices, int rmode) in restore_gradient_planar()
506 int width, int height, int slices, int rmode) in restore_gradient_planar_il()
Dproresdec.h45 SliceContext *slices; member
Dutvideo.h74 int slices; member
Dvc1dec.c642 } *slices = NULL, *tmp; in vc1_decode_frame() local
Dmagicyuv.c68 Slice *slices[4]; // slice bitstream positions for each plane member
/third_party/astc-encoder/Utils/Example/
Dastc_api_example.cpp114 uint8_t* slices = image_data; in main() local
/third_party/mesa3d/src/freedreno/fdl/
Dfd_layout_test.h41 } slices[FDL_MAX_MIP_LEVELS]; member
Dfreedreno_layout.h97 struct fdl_slice slices[FDL_MAX_MIP_LEVELS]; member
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.h55 struct vc4_resource_slice slices[VC4_MAX_MIP_LEVELS]; member
/third_party/skia/third_party/externals/angle2/samples/tri_fan_microbench/
DTriFanMicroBench.cpp37 const unsigned int slices = 8; in createVertexBuffers() local
/third_party/jinja2/
Dasyncfilters.py140 async def do_slice(value, slices, fill_with=None): argument
/third_party/node/deps/v8/third_party/jinja2/
Dasyncfilters.py140 async def do_slice(value, slices, fill_with=None): argument
/third_party/skia/third_party/externals/jinja2/
Dasyncfilters.py140 async def do_slice(value, slices, fill_with=None): argument
/third_party/node/tools/inspector_protocol/jinja2/
Dasyncfilters.py128 async def do_slice(value, slices, fill_with=None): argument
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.h91 struct v3d_resource_slice slices[V3D_MAX_MIP_LEVELS]; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c67 unsigned slices, nblocksy; in softpipe_resource_layout() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_texture.h112 struct pan_image_slice_layout slices[MAX_MIP_LEVELS]; member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureGatherTests.cpp570 virtual GLvoid CreateTexture2DArrayInt(int slices, int data_slice) in CreateTexture2DArrayInt()
603 virtual GLvoid CreateTextureCubeArray(int slices, int data_slice) in CreateTextureCubeArray()
652 virtual GLvoid CreateTextureCubeArrayInt(int slices, int data_slice) in CreateTextureCubeArrayInt()
693 virtual GLvoid CreateTexture2DArray(int slices, int data_slice) in CreateTexture2DArray()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureCompressedFormatTests.cpp543 constexpr deUint32 slices = 3; in iterate() local
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.c603 unsigned slices; in virgl_resource_layout() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureCompressedFormatTests.cpp543 constexpr deUint32 slices = 3; in iterate() local

12