Home
last modified time | relevance | path

Searched refs:get_height (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.cpp104 m_height = configuration.get_height(); in TestConfiguration()
244 glw::GLuint size = m_test_configuration.get_width() * m_test_configuration.get_height() * in setInitData()
271 …m_test_configuration.get_width() * m_test_configuration.get_height() * m_test_configuration.get_de… in createTextures()
283 m_test_configuration.get_height()); /* height */ in createTextures()
293 m_test_configuration.get_height(), /* height */ in createTextures()
309 m_test_configuration.get_height(), /* height */ in createTextures()
324 m_test_configuration.get_height(), /* height */ in createTextures()
336 m_test_configuration.get_height(), /* height */ in createTextures()
354 m_test_configuration.get_height(), /* height */ in createTextures()
379 m_test_configuration.get_width(), m_test_configuration.get_height()); in createTextures()
[all …]
/third_party/ffmpeg/libavformat/
Dsauce.c32 int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height) in ff_sauce_read() argument
71 if (get_height && t2) in ff_sauce_read()
78 if (get_height && t2) in ff_sauce_read()
Dsauce.h38 int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height);
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/asm/frag/
Dimage-extract-reuse.asm.frag14 …t.Size = int2(uTexture.get_width(), uTexture.get_height()) + int2(uTexture.get_width(1), uTexture.
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/frag/
Dimage-extract-reuse.asm.frag14 …t.Size = int2(uTexture.get_width(), uTexture.get_height()) + int2(uTexture.get_width(1), uTexture.
/third_party/skia/third_party/externals/tint/test/bug/tint/
D913.wgsl.expected.msl20 int2 const srcSize = int2(tint_symbol_1.get_width(), tint_symbol_1.get_height());
21 int2 const dstSize = int2(tint_symbol_2.get_width(), tint_symbol_2.get_height());
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/
Dimage.comp11 …uImageOut.write(uImageIn.read(uint2((_23 + int2(uImageIn.get_width(), uImageIn.get_height())))), u…
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/
Dimage.comp10 ….read(uint2((int2(gl_GlobalInvocationID.xy) + int2(uImageIn.get_width(), uImageIn.get_height()))));
/third_party/cef/libcef_dll/ctocpp/
Dimage_ctocpp.cc172 if (CEF_MEMBER_MISSING(_struct, get_height)) in GetHeight()
178 size_t _retval = _struct->get_height(_struct); in GetHeight()
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/comp/
Dvector-builtin-type-cast.asm.comp15 int2 r0 = int2(int2(u0.get_width(), u0.get_height()) >> int2(uint2(4u)));
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/asm/comp/
Dvector-builtin-type-cast-func.asm.comp15 int2 _46 = int2(u0.get_width(), u0.get_height()) >> int2(uint2(4u));
Dvector-builtin-type-cast.asm.comp15 int2 _40 = int2(u0.get_width(), u0.get_height()) >> int2(uint2(4u));
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/textureDimensions/
Df60bdb.wgsl.expected.msl9 int2 res = int2(tint_symbol_1.get_width(), tint_symbol_1.get_height());
D60bf54.wgsl.expected.msl9 int3 res = int3(tint_symbol_1.get_width(), tint_symbol_1.get_height(), tint_symbol_1.get_depth());
D0e32ee.wgsl.expected.msl9 int3 res = int3(tint_symbol_1.get_width(), tint_symbol_1.get_height(), tint_symbol_1.get_depth());
D0cf2ff.wgsl.expected.msl9 int2 res = int2(tint_symbol_1.get_width(), tint_symbol_1.get_height());
Da01845.wgsl.expected.msl9 int2 res = int2(tint_symbol_1.get_width(0), tint_symbol_1.get_height(0));
D7f5c2e.wgsl.expected.msl9 int2 res = int2(tint_symbol_1.get_width(), tint_symbol_1.get_height());
D50a9ee.wgsl.expected.msl9 int2 res = int2(tint_symbol_1.get_width(0), tint_symbol_1.get_height(0));
Db91240.wgsl.expected.msl9 int2 res = int2(tint_symbol_1.get_width(), tint_symbol_1.get_height());
Dd125bc.wgsl.expected.msl9 int2 res = int2(tint_symbol_1.get_width(), tint_symbol_1.get_height());
D72e5d6.wgsl.expected.msl9 int2 res = int2(tint_symbol_1.get_width(0), tint_symbol_1.get_height(0));
D267788.wgsl.expected.msl9 int2 res = int2(tint_symbol_1.get_width(0), tint_symbol_1.get_height(0));
D8aa4c4.wgsl.expected.msl9 int3 res = int3(tint_symbol_1.get_width(), tint_symbol_1.get_height(), tint_symbol_1.get_depth());
D2f289f.wgsl.expected.msl9 int3 res = int3(tint_symbol_1.get_width(), tint_symbol_1.get_height(), tint_symbol_1.get_depth());

12345