Home
last modified time | relevance | path

Searched defs:width (Results 2176 - 2200 of 5410) sorted by relevance

1...<<81828384858687888990>>...217

/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32VulkanPlatform.cpp91 const deUint32 width = !initialSize ? 400 : initialSize->x(); in createWindow() local
/third_party/vk-gl-cts/modules/egl/
H A DteglCreateSurfaceTests.cpp189 const int width = 64; in executeForConfig() local
258 const int width = 64; in executeForConfig() local
295 int width = 64; in executeForConfig() local
[all...]
H A DteglNegativePartialUpdateTests.cpp153 const int width = 480; in init() local
H A DteglRenderCase.cpp121 const int width = 128; in executeForConfig() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthTests.cpp132 int width = deMin32(renderTarget.getWidth(), 128); in iterate() local
156 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), renderTarget.getDepthBits(), renderTarget.getStencilBits(), width, height); in iterate() local
H A Des2fReadPixelsTests.cpp171 const int width = 13; in iterate() local
224 tcu::Texture2D referenceRGBA8 (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height, glu::isES2Context(m_context.getRenderContext().getType())); in iterate() local
225 tcu::Texture2D resultRGBA8 (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height, glu::isES2Context(m_context.getRenderContext().getType())); in iterate() local
H A Des2fTextureSizeTests.cpp77 Texture2DSizeCase::Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) in Texture2DSizeCase() argument
202 TextureCubeSizeCase::TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) in TextureCubeSizeCase() argument
346 int width; init() member
359 int width; init() member
389 int width = sizes2D[sizeNdx].width; init() local
412 int width = sizesCube[sizeNdx].width; init() local
[all...]
H A Des2fTextureWrapTests.cpp92 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height, bool enableRelaxedRef) in TextureWrapCase() argument
306 int width; in init() member
[all...]
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pTextureCases.cpp96 int width = m_renderCtx.getRenderTarget().getWidth(); in init() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp203 TextureRenderTarget11(d3d11::RenderTargetView &&rtv, const TextureHelper11 &resource, const d3d11::SharedSRV &srv, const d3d11::SharedSRV &blitSRV, GLenum internalFormat, const d3d11::Format &formatSet, GLsizei width, GLsizei height, GLsizei depth, GLsizei samples) TextureRenderTarget11() argument
233 TextureRenderTarget11(d3d11::DepthStencilView &&dsv, const TextureHelper11 &resource, const d3d11::SharedSRV &srv, GLenum internalFormat, const d3d11::Format &formatSet, GLsizei width, GLsizei height, GLsizei depth, GLsizei samples) TextureRenderTarget11() argument
/kernel/linux/linux-5.10/drivers/dma/
H A Dste_dma40_ll.c13 static u8 d40_width_to_bits(enum dma_slave_buswidth width) in d40_width_to_bits() argument
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-divider.c67 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv() argument
44 _get_table_maxdiv(const struct clk_div_table *table, u8 width) _get_table_maxdiv() argument
90 _get_div(const struct clk_div_table *table, unsigned int val, unsigned long flags, u8 width) _get_div() argument
115 _get_val(const struct clk_div_table *table, unsigned int div, unsigned long flags, u8 width) _get_val() argument
129 divider_recalc_rate(struct clk_hw *hw, unsigned long parent_rate, unsigned int val, const struct clk_div_table *table, unsigned long flags, unsigned long width) divider_recalc_rate() argument
288 clk_divider_bestdiv(struct clk_hw *hw, struct clk_hw *parent, unsigned long rate, unsigned long *best_parent_rate, const struct clk_div_table *table, u8 width, unsigned long flags) clk_divider_bestdiv() argument
345 divider_round_rate_parent(struct clk_hw *hw, struct clk_hw *parent, unsigned long rate, unsigned long *prate, const struct clk_div_table *table, u8 width, unsigned long flags) divider_round_rate_parent() argument
358 divider_ro_round_rate_parent(struct clk_hw *hw, struct clk_hw *parent, unsigned long rate, unsigned long *prate, const struct clk_div_table *table, u8 width, unsigned long flags, unsigned int val) divider_ro_round_rate_parent() argument
401 divider_get_val(unsigned long rate, unsigned long parent_rate, const struct clk_div_table *table, u8 width, unsigned long flags) divider_get_val() argument
466 __clk_hw_register_divider(struct device *dev, struct device_node *np, const char *name, const char *parent_name, const struct clk_hw *parent_hw, const struct clk_parent_data *parent_data, unsigned long flags, void __iomem *reg, u8 shift, u8 width, u8 clk_divider_flags, const struct clk_div_table *table, spinlock_t *lock) __clk_hw_register_divider() argument
539 clk_register_divider_table(struct device *dev, const char *name, const char *parent_name, unsigned long flags, void __iomem *reg, u8 shift, u8 width, u8 clk_divider_flags, const struct clk_div_table *table, spinlock_t *lock) clk_register_divider_table() argument
[all...]
H A Dclk-axm5516.c79 u32 width; member
114 u32 width; member
[all...]
/kernel/linux/linux-5.10/drivers/clk/qcom/
H A Dclk-cpu-8996.c187 u8 width; member
H A Dclk-alpha-pll.h90 u8 width; member
H A Dclk-rpmh.c31 __le16 width; member
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dmach-crag6410.c762 static void crag6410_cfg_sdhci0(struct platform_device *dev, int width) in crag6410_cfg_sdhci0() argument
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c217 static u64 mbm_overflow_count(u64 prev_msr, u64 cur_msr, unsigned int width) in mbm_overflow_count() argument
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dgrfioctl.h70 unsigned int width, length; /* total x and total y size */ member
/kernel/linux/linux-5.10/arch/x86/mm/
H A Ddump_pagetables.c310 int width = sizeof(unsigned long) * 2; in note_page() local
/kernel/linux/linux-5.10/drivers/clk/samsung/
H A Dclk.h124 u8 width; member
164 u8 width; member
/kernel/linux/linux-5.10/drivers/clk/x86/
H A Dclk-cgu.c87 u8 width = list->mux_width; in lgm_clk_register_mux() local
200 u8 width = list->div_width; lgm_clk_register_divider() local
[all...]
H A Dclk-cgu.h19 u8 width; member
28 u8 width; member
300 lgm_set_clk_val(struct regmap *membase, u32 reg, u8 shift, u8 width, u32 set_val) lgm_set_clk_val() argument
308 lgm_get_clk_val(struct regmap *membase, u32 reg, u8 shift, u8 width) lgm_get_clk_val() argument
/kernel/linux/linux-5.10/drivers/clk/baikal-t1/
H A Dclk-ccu-div.c111 unsigned int width; member
/kernel/linux/linux-5.10/drivers/clk/bcm/
H A Dclk-kona-setup.c199 static bool bitfield_valid(u32 shift, u32 width, const char *field_name, in bitfield_valid() argument
[all...]

Completed in 19 milliseconds

1...<<81828384858687888990>>...217