Home
last modified time | relevance | path

Searched refs:rop (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blend.c62 enum a3xx_rop_code rop = ROP_COPY; in fd5_blend_state_create() local
67 rop = cso->logicop_func; /* maps 1:1 */ in fd5_blend_state_create()
101 A5XX_RB_MRT_CONTROL_ROP_CODE(rop) | in fd5_blend_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_blend.c62 unsigned rop = PIPE_LOGICOP_COPY; in fd2_blend_state_create() local
65 rop = cso->logicop_func; /* 1:1 mapping with hw */ in fd2_blend_state_create()
78 so->rb_colorcontrol = A2XX_RB_COLORCONTROL_ROP_CODE(rop); in fd2_blend_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_blend.c62 enum a3xx_rop_code rop = ROP_COPY; in fd3_blend_state_create() local
67 rop = cso->logicop_func; /* maps 1:1 */ in fd3_blend_state_create()
98 A3XX_RB_MRT_CONTROL_ROP_CODE(rop) | in fd3_blend_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_blend.c61 enum a3xx_rop_code rop = ROP_COPY; in fd4_blend_state_create() local
66 rop = cso->logicop_func; /* maps 1:1 */ in fd4_blend_state_create()
98 A4XX_RB_MRT_CONTROL_ROP_CODE(rop) | in fd4_blend_state_create()
/third_party/mesa3d/src/glx/
H A Dindirect_texture_compression.c80 const GLvoid * data, CARD32 rop) in CompressedTexImage1D2D()
100 __GLX_BEGIN_VARIABLE(rop, cmdlen); in CompressedTexImage1D2D()
117 __GLX_BEGIN_VARIABLE_LARGE(rop, cmdlen + 4); in CompressedTexImage1D2D()
141 const GLvoid * data, CARD32 rop) in CompressedTexSubImage1D2D()
159 __GLX_BEGIN_VARIABLE(rop, cmdlen); in CompressedTexSubImage1D2D()
177 __GLX_BEGIN_VARIABLE_LARGE(rop, cmdlen + 4); in CompressedTexSubImage1D2D()
76 CompressedTexImage1D2D(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLsizei height, GLint border, GLsizei image_size, const GLvoid * data, CARD32 rop) CompressedTexImage1D2D() argument
137 CompressedTexSubImage1D2D(GLenum target, GLint level, GLsizei xoffset, GLsizei yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data, CARD32 rop) CompressedTexSubImage1D2D() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blend.c65 enum a3xx_rop_code rop = ROP_COPY; in __fd6_setup_blend_variant() local
70 rop = cso->logicop_func; /* maps 1:1 */ in __fd6_setup_blend_variant()
99 OUT_REG(ring, A6XX_RB_MRT_CONTROL(i, .rop_code = rop, in __fd6_setup_blend_variant()
/third_party/mesa3d/src/mesa/main/tests/
H A Dmesa_formats.cpp108 #define HAS_PROP(rop,gop,bop,aop,lop,iop) \ in TEST_F()
110 EXPECT_TRUE(r rop 0); \ in TEST_F()
/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c4099 int rop, uop; in distribute_redos() local
4103 rop = le16_to_cpu(action->record.redo_operation); in distribute_redos()
4105 switch (rop) { in distribute_redos()
4260 printf("** Unsupported redo %s\n", actionname(rop)); in distribute_redos()
4264 redos_met |= ((u64)1) << rop; in distribute_redos()
4267 action->num,actionname(rop), actionname(uop)); in distribute_redos()
4294 u16 rop; in play_one_redo() local
4298 rop = le16_to_cpu(action->record.redo_operation); in play_one_redo()
4304 actionname(rop), actionname(uop), in play_one_redo()
4308 switch (rop) { in play_one_redo()
4523 int rop, uop; distribute_undos() local
4679 u16 rop; play_one_undo() local
[all...]
/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_XML.py135 rop = child.get( 'rop' )
139 if rop:
140 self.glx_rop = int(rop)
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h1402 uint32 rop; member
1503 uint32 rop; /* Must be SVGA_ROP_COPY */ member
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c347 uint32_t rop = 0; /* R300_RB3D_ROPCNTL: 0x4e18 */ in r300_create_blend_state() local
450 rop = R300_RB3D_ROPCNTL_ROP_ENABLE | in r300_create_blend_state()
483 OUT_CB_REG(R300_RB3D_ROPCNTL, rop); in r300_create_blend_state()
495 OUT_CB_REG(R300_RB3D_ROPCNTL, rop); in r300_create_blend_state()
505 OUT_CB_REG(R300_RB3D_ROPCNTL, rop); in r300_create_blend_state()
515 OUT_CB_REG(R300_RB3D_ROPCNTL, rop); in r300_create_blend_state()
/third_party/python/Lib/test/
H A Dtest_decimal.py915 for sym, lop, rop in oplist:
917 setattr(E, rop, lambda self, other: str(other) + rop + 'str')
921 '10' + rop + 'str')

Completed in 28 milliseconds