/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state_sampler.c | 95 if (pt->target == PIPE_TEXTURE_1D) { in update_sampler() 115 if (pt->target == PIPE_TEXTURE_CUBE) { in update_sampler() 138 if (pt->target == PIPE_TEXTURE_3D && in update_sampler()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_shader.h | 294 const shader_target target; member in r600_sb::shader 364 depart_node* create_depart(region_node *target); 365 repeat_node* create_repeat(region_node *target);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_image.c | 77 img->type = fd4_tex_type(prsc->target); in translate_image() 86 if (prsc->target == PIPE_BUFFER) { in translate_image() 119 switch (prsc->target) { in translate_image()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_3_1_autogen.h | 28 void framebufferParameteri(GLenum target, GLenum pname, GLint param); \ 30 void getBooleani_v(GLenum target, GLuint index, GLboolean *data); \ 31 void getFramebufferParameteriv(GLenum target, GLenum pname, GLint *params); \
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cClipDistance.hpp | 168 VertexBufferObject(const glw::Functions& gl, const glw::GLenum target, std::vector<T> data); 326 * @param [in] target Binding target of the VBO. 331 const glw::GLenum target, std::vector<T> data) in VertexBufferObject() 332 : m_gl(gl), m_vertex_buffer_object_id(0), m_target(target), m_size(0) in VertexBufferObject() 362 /** @brief Bind Vertex Buffer Object to its target. 364 * @note It binds also to indexed binding point for GL_TRANSFORM_FEEDBACK_BUFFER target. 330 VertexBufferObject(const glw::Functions& gl, const glw::GLenum target, std::vector<T> data) VertexBufferObject() argument
|
/third_party/skia/src/gpu/ops/ |
H A D | RegionOp.cpp | 107 void onPrepareDraws(GrMeshDrawTarget* target) override { 109 this->createProgramInfo(target); 125 QuadHelper helper(target, fProgramInfo->geomProc().vertexStride(), numRects);
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLSwitchStatement.cpp | 84 static void move_all_but_break(std::unique_ptr<Statement>& stmt, StatementArray* target) { in move_all_but_break() argument 96 target->push_back(Block::Make(block.fLine, std::move(blockStmts), in move_all_but_break() 102 // Do not append a break to the target. in move_all_but_break() 106 // Append normal statements to the target. in move_all_but_break() 107 target->push_back(std::move(stmt)); in move_all_but_break()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CopyTextureForBrowserHelper.cpp | 211 ColorTargetState target = {}; in GetOrCreateCopyTextureForBrowserPipeline() local 212 target.format = dstFormat; in GetOrCreateCopyTextureForBrowserPipeline() 226 fragment.targets = ⌖ in GetOrCreateCopyTextureForBrowserPipeline()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | index_sub_table_format1.cc | 189 WritableFontDataPtr target; in SubSerialize() local 192 target.Attach(down_cast<WritableFontData*>(new_data->Slice( in SubSerialize() 194 size += source->CopyTo(target); in SubSerialize()
|
H A D | index_sub_table_format2.cc | 196 WritableFontDataPtr target; in SubSerialize() local 199 target.Attach(down_cast<WritableFontData*>(new_data->Slice(size))); in SubSerialize() 200 size += source->CopyTo(target); in SubSerialize()
|
H A D | index_sub_table_format3.cc | 201 WritableFontDataPtr target; in SubSerialize() local 204 target.Attach(down_cast<WritableFontData*>(new_data->Slice( in SubSerialize() 206 size += source->CopyTo(target); in SubSerialize()
|
H A D | index_sub_table_format5.cc | 205 WritableFontDataPtr target; in SubSerialize() local 208 target.Attach(down_cast<WritableFontData*>(new_data->Slice( in SubSerialize() 210 size += source->CopyTo(target); in SubSerialize()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl_import_test.cc | 45 auto* target = sem->Target(); in TEST_P() local 46 ASSERT_NE(target, nullptr); in TEST_P() 47 auto* intrinsic = target->As<sem::Intrinsic>(); in TEST_P()
|
/third_party/skia/include/gpu/ |
H A D | GrBackendSurface.h | 85 static GrBackendFormat MakeGL(GrGLenum format, GrGLenum target) { in MakeGL() argument 86 return GrBackendFormat(format, target); in MakeGL() 199 GrBackendFormat(GrGLenum format, GrGLenum target); 559 // Get the GrBackendFormat for this render target (or an invalid format if this is not valid).
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFboUtil.hpp | 257 Attachment (void) : target(GL_FRAMEBUFFER), imageName(0) {} in Attachment() 259 glw::GLenum target; member 333 FboBuilder (glw::GLuint fbo, glw::GLenum target,
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11EglDisplayFactory.cpp | 53 typedef EGLW_APICALL eglw::EGLBoolean (EGLW_APIENTRY* eglX11CopyBuffersFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, EGLNativePixmapType target); 82 eglw::EGLBoolean copyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target) const in copyBuffers() 84 return (m_egl.copyBuffers)(dpy, surface, reinterpret_cast<EGLNativePixmapType*>(target)); in copyBuffers()
|
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
H A D | ohos_context_i.h | 93 virtual uint32_t OH_copyBuffers(void* dpy, void* surface, void* target) = 0; 95 virtual void* OH_createImage(void* dpy, void* ctx, uint32_t target, void* buffer, const int *attrib_list) = 0; 96 virtual void* OH_createImageKHR(void* dpy, void* ctx, uint32_t target, void* buffer, const int32_t *attrib_list) = 0;
|
H A D | rosen_context_impl.h | 61 uint32_t OH_copyBuffers(void* dpy, void* surface, void* target) override; 63 void* OH_createImage(void* dpy, void* ctx, uint32_t target, void* buffer, const int *attrib_list) override; 64 void* OH_createImageKHR(void* dpy, void* ctx, uint32_t target, void* buffer, const int32_t *attrib_list) override;
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 365 xfs_agblock_t wantbno, /* target starting block */ in xfs_alloc_compute_diff() 366 xfs_extlen_t wantlen, /* target length */ in xfs_alloc_compute_diff() 367 xfs_extlen_t alignment, /* target alignment */ in xfs_alloc_compute_diff() 378 xfs_agblock_t wantend; /* end of target extent */ in xfs_alloc_compute_diff() 3273 xfs_fsblock_t target, in xfs_alloc_vextent_check_args() 3301 ASSERT(XFS_FSB_TO_AGNO(mp, target) < mp->m_sb.sb_agcount); in xfs_alloc_vextent_check_args() 3302 ASSERT(XFS_FSB_TO_AGBNO(mp, target) < agsize); in xfs_alloc_vextent_check_args() 3307 if (XFS_FSB_TO_AGNO(mp, target) >= mp->m_sb.sb_agcount || in xfs_alloc_vextent_check_args() 3308 XFS_FSB_TO_AGBNO(mp, target) >= agsize || in xfs_alloc_vextent_check_args() 3583 xfs_fsblock_t target) in xfs_alloc_vextent_start_ag() 3271 xfs_alloc_vextent_check_args( struct xfs_alloc_arg *args, xfs_fsblock_t target, xfs_agnumber_t *minimum_agno) xfs_alloc_vextent_check_args() argument 3581 xfs_alloc_vextent_start_ag( struct xfs_alloc_arg *args, xfs_fsblock_t target) xfs_alloc_vextent_start_ag() argument 3637 xfs_alloc_vextent_first_ag( struct xfs_alloc_arg *args, xfs_fsblock_t target) xfs_alloc_vextent_first_ag() argument 3672 xfs_alloc_vextent_exact_bno( struct xfs_alloc_arg *args, xfs_fsblock_t target) xfs_alloc_vextent_exact_bno() argument 3709 xfs_alloc_vextent_near_bno( struct xfs_alloc_arg *args, xfs_fsblock_t target) xfs_alloc_vextent_near_bno() argument [all...] |
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 1047 int32_t ucal_getFieldDifference(UCalendar *cal, UDate target, UCalendarDateFields field, UErrorCode *status) in ucal_getFieldDifference() argument 1049 return U_ICU_ENTRY_POINT_RENAME(ucal_getFieldDifference)(cal, target, field, status); in ucal_getFieldDifference() 1201 int32_t ucnv_convert(const char *toConverterName, const char *fromConverterName, char *target, int32_t targetCapacity, in ucnv_convert() argument 1204 return U_ICU_ENTRY_POINT_RENAME(ucnv_convert)(toConverterName, fromConverterName, target, targetCapacity, source, in ucnv_convert() 1207 void ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, char **target, const char *targetLimit, in ucnv_convertEx() argument 1211 U_ICU_ENTRY_POINT_RENAME(ucnv_convertEx)(targetCnv, sourceCnv, target, targetLimit, source, sourceLimit, pivotStart, in ucnv_convertEx() 1239 int32_t ucnv_fromAlgorithmic(UConverter *cnv, UConverterType algorithmicType, char *target, int32_t targetCapacity, in ucnv_fromAlgorithmic() argument 1242 return U_ICU_ENTRY_POINT_RENAME(ucnv_fromAlgorithmic)(cnv, algorithmicType, target, targetCapacity, source, in ucnv_fromAlgorithmic() 1254 void ucnv_fromUnicode(UConverter *converter, char **target, const char *targetLimit, const UChar **source, in ucnv_fromUnicode() argument 1257 U_ICU_ENTRY_POINT_RENAME(ucnv_fromUnicode)(converter, target, targetLimi in ucnv_fromUnicode() 1416 ucnv_toAlgorithmic(UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_toAlgorithmic() argument 1431 ucnv_toUnicode(UConverter *converter, UChar **target, const UChar *targetLimit, const char **source, const char *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) ucnv_toUnicode() argument 1456 ucol_equal(const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_equal() argument 1546 ucol_greater(const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_greater() argument 1551 ucol_greaterOrEqual(const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_greaterOrEqual() argument 1596 ucol_strcoll(const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_strcoll() argument 1601 ucol_strcollUTF8(const UCollator *coll, const char *source, int32_t sourceLength, const char *target, int32_t targetLength, UErrorCode *status) ucol_strcollUTF8() argument [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_nir.cpp | 426 if (info->target < 0xc0) in getOperation() 1305 if (info->target < NVISA_GF100_CHIPSET) { in parseNIR() 2191 TexInstruction::Target target = 2193 unsigned int argCount = getNIRArgCount(target); 2285 if (info->target < NVISA_GF100_CHIPSET) 2294 if (opInfo.num_srcs >= 3 && target.isMS()) 2308 TexInstruction *texi = mkTex(getOperation(op), target.getEnum(), location, 0, defs, srcs); 2438 BasicBlock *target = convert(block->successors[0]); 2439 mkFlow(isBreak ? OP_BREAK : OP_CONT, target, CC_ALWAYS, NULL); 2440 bb->cfg.attach(&target [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | atom.c | 714 int execute = 0, target = U16(*ptr); in atom_op_jump() local 743 SDEBUG(" target: 0x%04X\n", target); in atom_op_jump() 745 if (ctx->last_jump == (ctx->start + target)) { in atom_op_jump() 759 ctx->last_jump = ctx->start + target; in atom_op_jump() 762 *ptr = ctx->start + target; in atom_op_jump() 1007 uint32_t src, val, target; in atom_op_switch() local 1017 target = U16(*ptr); in atom_op_switch() 1019 SDEBUG(" target: %04X\n", target); in atom_op_switch() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | atom.c | 697 int execute = 0, target = U16(*ptr); in atom_op_jump() local 726 SDEBUG(" target: 0x%04X\n", target); in atom_op_jump() 728 if (ctx->last_jump == (ctx->start + target)) { in atom_op_jump() 741 ctx->last_jump = ctx->start + target; in atom_op_jump() 744 *ptr = ctx->start + target; in atom_op_jump() 975 uint32_t src, val, target; in atom_op_switch() local 985 target = U16(*ptr); in atom_op_switch() 987 SDEBUG(" target: %04X\n", target); in atom_op_switch() [all...] |
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | usb4.c | 1007 static int usb4_port_sb_read(struct tb_port *port, enum usb4_sb_target target, in usb4_port_sb_read() argument 1019 val |= (target << PORT_CS_1_TARGET_SHIFT) & PORT_CS_1_TARGET_MASK; in usb4_port_sb_read() 1020 if (target == USB4_SB_TARGET_RETIMER) in usb4_port_sb_read() 1047 static int usb4_port_sb_write(struct tb_port *port, enum usb4_sb_target target, in usb4_port_sb_write() argument 1066 val |= (target << PORT_CS_1_TARGET_SHIFT) & PORT_CS_1_TARGET_MASK; in usb4_port_sb_write() 1067 if (target == USB4_SB_TARGET_RETIMER) in usb4_port_sb_write() 1094 static int usb4_port_sb_op(struct tb_port *port, enum usb4_sb_target target, in usb4_port_sb_op() argument 1102 ret = usb4_port_sb_write(port, target, index, USB4_SB_OPCODE, &val, in usb4_port_sb_op() 1111 ret = usb4_port_sb_read(port, target, index, USB4_SB_OPCODE, in usb4_port_sb_op()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/ |
H A D | rcar_du_crtc.c | 87 unsigned long target) in rcar_du_dpll_divider() 146 diff = abs((long)output - (long)target); in rcar_du_dpll_divider() 174 static void rcar_du_escr_divider(struct clk *clk, unsigned long target, in rcar_du_escr_divider() argument 182 * If the target rate has already been achieved perfectly we can't do in rcar_du_escr_divider() 190 * the clock rate closest to the target frequency. in rcar_du_escr_divider() 192 rate = clk_round_rate(clk, target); in rcar_du_escr_divider() 193 div = clamp(DIV_ROUND_CLOSEST(rate, target), 1UL, 64UL) - 1; in rcar_du_escr_divider() 194 diff = abs(rate / (div + 1) - target); in rcar_du_escr_divider() 223 unsigned long target = mode_clock; in rcar_du_crtc_set_display_timing() local 243 target * in rcar_du_crtc_set_display_timing() 84 rcar_du_dpll_divider(struct rcar_du_crtc *rcrtc, struct dpll_info *dpll, unsigned long input, unsigned long target) rcar_du_dpll_divider() argument [all...] |