Home
last modified time | relevance | path

Searched defs:offset (Results 6351 - 6375 of 6855) sorted by relevance

1...<<251252253254255256257258259260>>...275

/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp1437 TextLine& ParagraphImpl::addLine(SkVector offset, in GetLineFontMetrics() argument
1632 SkRange<size_t> ParagraphImpl::getWordBoundary(unsigned offset) { in GetLineFontMetrics() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp124 tcu::IVec3 offset; member
221 tcu::IVec3 offset; member
288 inline Vec4 texture2DOffset (const gls::ShaderEvalContext& c, float s, float t, float lod, IVec2 offset) { return c.textures[0].tex2D->sampleOffset(c.textures[0].sampler, s, t, lod, offset); } in texture2DOffset() argument
289 inline Vec4 texture2DArrayOffset (const gls::ShaderEvalContext& c, float s, float t, float r, float lod, IVec2 offset) { return c.textures[0].tex2DArray->sampleOffset(c.textures[0].sampler, s, t, r, lod, offset); } in texture2DArrayOffset() argument
290 inline Vec4 texture3DOffset (const gls::ShaderEvalContext& c, float s, float t, float r, float lod, IVec3 offset) { retur in texture2DArrayOffset() argument
292 texture2DShadowOffset(const gls::ShaderEvalContext& c, float ref, float s, float t, float lod, IVec2 offset) texture2DShadowOffset() argument
293 texture2DArrayShadowOffset(const gls::ShaderEvalContext& c, float ref, float s, float t, float r, float lod, IVec2 offset) texture2DArrayShadowOffset() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTestsEXT.cpp1271 const auto& offset = offsets.at(v); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp920 vk::VkDeviceSize offset = 0ull; in iterate() local
H A DvktPipelineDynamicOffsetTests.cpp224 deUint32 offset = 0; in init() local
[all...]
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp512 const Vec2 offset = pixelSize / 16.0f; // 4 bits precision in generateSubpixelTriangles() local
H A DvktPipelinePushConstantTests.cpp108 deUint32 offset; member
113 deUint32 offset; member
1023 const deUint32 offset = m_pushConstantRange[rangeNdx].range.offset / 4u; setReferenceColor() local
2942 size_t offset; iterate() member
[all...]
H A DvktPipelineSamplerTests.cpp2093 const tcu::Maybe<float> offset; in createExactSamplingTests() member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp2095 const float offset = (instanceId & 1) ? 1.0f / 8.0f : 0.0f; in expectedVectorValuesBuffer() local
2104 const float offset = (instanceId & 2) ? 1.0f / 16.0f : 0.0f; in expectedVectorValuesBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp2226 const float offset = 0.03f; in iterateInternal() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp501 SinglePixelOffsets (const IVec2& offset) in SinglePixelOffsets() argument
839 const IVec2 offset = gatherType == GATHERTYPE_BASIC ? IVec2(0) : gatherArgs.offsets[0]; in makePixelOffsetsFunctor() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3869 size_t offset = 0; in runAndVerifyDefaultPipeline() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp5297 Resource(ResourceType type, vk::Move<vk::VkBuffer> buffer, de::MovePtr<vk::Allocation> allocation, vk::VkDeviceSize offset, vk::VkDeviceSize size) Resource() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp337 deUint32 offset; member
484 const size_t offset = compPtr - (deUint8*)basePtr0; in createMask() local
1014 generateLayoutAndPrecisionDeclaration(std::ostringstream& src, deUint32 flags, deUint32 buffer, deUint32 stride, deUint32 offset) generateLayoutAndPrecisionDeclaration() argument
1023 generateDeclaration(std::ostringstream& src, const VarType& type, const std::string& name, int indentLevel, deUint32 fieldHints, deUint32 flagsMask, deUint32 buffer, deUint32 stride, deUint32 offset) generateDeclaration() argument
1074 generateDeclaration(std::ostringstream& src, const InterfaceBlockMember& member, int indentLevel, deUint32 buffer, deUint32 stride, deUint32 offset) generateDeclaration() argument
1819 const size_t offset = compPtr - (deUint8*)basePtr0; validateValue() local
1999 const int offset = dataXfbBufferStartOffset + m_interfaceLayout.blocks[blockNdx].xfbOffset; delayedInit() local
[all...]
H A DvktTransformFeedbackSimpleTests.cpp597 VkDeviceSize offset = 0ull; in generateOffsetsList() local
1098 void TransformFeedbackBuiltinTestInstance::verifyTransformFeedbackBuffer (const MovePtr<Allocation>& bufAlloc, const VkDeviceSize offset, cons argument
397 makeBufferMemoryBarrier(const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMask, const VkBuffer buffer, const VkDeviceSize offset, const VkDeviceSize bufferSizeBytes) makeBufferMemoryBarrier() argument
1209 verifyTransformFeedbackBuffer(const MovePtr<Allocation>& bufAlloc, const VkDeviceSize offset, const deUint32 bufBytes) verifyTransformFeedbackBuffer() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.cpp282 deUint32 offset; member
989 generateLayoutAndPrecisionDeclaration(std::ostringstream& src, deUint32 flags, deUint32 offset) generateLayoutAndPrecisionDeclaration() argument
998 generateDeclaration(std::ostringstream& src, const VarType& type, const std::string& name, int indentLevel, deUint32 unusedHints, deUint32 flagsMask, deUint32 offset) generateDeclaration() argument
1046 generateDeclaration(std::ostringstream& src, const Uniform& uniform, int indentLevel, deUint32 offset) generateDeclaration() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_server.c2308 int offset = mask / 8; in radius_server_read_clients() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.c4636 wpa_config_get_int(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) wpa_config_get_int() argument
4648 wpa_config_get_str(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) wpa_config_get_str() argument
4670 wpa_config_get_ipv4(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) wpa_config_get_ipv4() argument
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp1777 const deUint32 offset = c * 8; in decompressBc5() local
2240 deUint32 offset = mode + 1; in decompressBc7() local
[all...]
H A DtcuTexture.cpp2025 static Vec4 sampleNearest1D (const ConstPixelBufferAccess& access, const Sampler& sampler, float u, const IVec2& offset) in sampleNearest1D() argument
2040 static Vec4 sampleNearest2D (const ConstPixelBufferAccess& access, const Sampler& sampler, float u, float v, const IVec3& offset) in sampleNearest2D() argument
2059 static Vec4 sampleNearest3D (const ConstPixelBufferAccess& access, const Sampler& sampler, float u, float v, float w, const IVec3& offset) in sampleNearest3D() argument
2082 sampleLinear1D(const ConstPixelBufferAccess& access, const Sampler& sampler, float u, const IVec2& offset) sampleLinear1D() argument
2105 sampleCubic1D(const ConstPixelBufferAccess& access, const Sampler& sampler, float u, const IVec2& offset) sampleCubic1D() argument
2143 sampleLinear2D(const ConstPixelBufferAccess& access, const Sampler& sampler, float u, float v, const IVec3& offset) sampleLinear2D() argument
2179 sampleCubic2D(const ConstPixelBufferAccess& access, const Sampler& sampler, float u, float v, const IVec3& offset) sampleCubic2D() argument
2230 sampleLinear1DCompare(const ConstPixelBufferAccess& access, const Sampler& sampler, float ref, float u, const IVec2& offset, bool isFixedPointDepthFormat) sampleLinear1DCompare() argument
2257 sampleLinear2DCompare(const ConstPixelBufferAccess& access, const Sampler& sampler, float ref, float u, float v, const IVec3& offset, bool isFixedPointDepthFormat) sampleLinear2DCompare() argument
2299 sampleLinear3D(const ConstPixelBufferAccess& access, const Sampler& sampler, float u, float v, float w, const IVec3& offset) sampleLinear3D() argument
2351 sampleCubic3D(const ConstPixelBufferAccess& access, const Sampler& sampler, float u, float v, float w, const IVec3& offset) sampleCubic3D() argument
2618 sampleLevelArray1DOffset(const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float s, float lod, const IVec2& offset) sampleLevelArray1DOffset() argument
2658 sampleLevelArray2DOffset(const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float s, float t, float lod, const IVec3& offset, bool es2, ImageViewMinLodParams* minLodParams) sampleLevelArray2DOffset() argument
2758 sampleLevelArray3DOffset(const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float s, float t, float r, float lod, const IVec3& offset, ImageViewMinLodParams* minLodParams) sampleLevelArray3DOffset() argument
2831 sampleLevelArray1DCompare(const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float ref, float s, float lod, const IVec2& offset) sampleLevelArray1DCompare() argument
2871 sampleLevelArray2DCompare(const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float ref, float s, float t, float lod, const IVec3& offset) sampleLevelArray2DCompare() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c1389 int num_bytes, offset; in crypto_bignum_to_bin() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.c5180 wpa_config_get_int(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) wpa_config_get_int() argument
5192 wpa_config_get_str(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) wpa_config_get_str() argument
5214 wpa_config_get_ipv4(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) wpa_config_get_ipv4() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_rx/
H A Dmipi_rx_hal.c173 static void set_bit(unsigned long value, unsigned long offset, in set_bit() argument
1909 unsigned offset; in sensor_enable_disable_clock() local
1957 unsigned offset; in sensor_reset_unreset() local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H A Dhifb_main.c3974 hifb_get_dcmp_framesize(HIFB_BUFFER_S *dst, hi_u32 *ar_size, hi_u32 *gb_size, const hi_u8 *screen_base, hi_u32 offset) global() argument
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_hipriv.c3867 hi_u32 offset = 0; in wal_hipriv_ar_test() local
4439 hi_u32 offset; in wal_hipriv_sta_set_offload_param() local
5026 hi_u32 offset; wal_hipriv_offload_build_ipv4() local
6919 wal_set_cal_band_power(hi_u8 band_num, hi_s32 offset) wal_set_cal_band_power() argument
6966 hi_s32 offset; wal_hipriv_set_cal_band_power() local
7499 hi_s16 offset; hi_hipriv_set_tx_pwr_offset() local
[all...]

Completed in 100 milliseconds

1...<<251252253254255256257258259260>>...275