Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_screen.c96 return vscreen->caps.caps.v1.bset.occlusion_query; in virgl_get_param()
99 return vscreen->caps.caps.v1.bset.mirror_clamp; in virgl_get_param()
117 return vscreen->caps.caps.v1.bset.indep_blend_enable; in virgl_get_param()
119 return vscreen->caps.caps.v1.bset.indep_blend_func; in virgl_get_param()
125 return vscreen->caps.caps.v1.bset.fragment_coord_conventions; in virgl_get_param()
127 if (vscreen->caps.caps.v1.bset.depth_clip_disable) in virgl_get_param()
141 return vscreen->caps.caps.v1.bset.primitive_restart; in virgl_get_param()
143 return vscreen->caps.caps.v1.bset.shader_stencil_export; in virgl_get_param()
148 return vscreen->caps.caps.v1.bset.seamless_cube_map; in virgl_get_param()
150 return vscreen->caps.caps.v1.bset in virgl_get_param()
[all...]
H A Dvirgl_tgsi.c441 transform.cull_enabled = vscreen->caps.caps.v1.bset.has_cull; in virgl_tgsi_transform()
H A Dvirgl_context.c468 virgl_screen(ctx->screen)->caps.caps.v1.bset.depth_clip_disable); in virgl_create_rasterizer_state()
1177 if (!rs->caps.caps.v1.bset.has_tessellation_shaders) in virgl_set_tess_state()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmir_promote_uniforms.c241 BITSET_WORD *bset = calloc(BITSET_WORDS(ctx->temp_count), sizeof(BITSET_WORD)); in mir_special_indices() local
257 BITSET_SET(bset, idx); in mir_special_indices()
261 return bset; in mir_special_indices()
/third_party/mesa3d/src/virtio/virtio-gpu/
H A Dvirgl_hw.h535 struct virgl_caps_bool_set1 bset; member
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp5651 decContext aset, bset; /* working contexts */ local
5772 bset=aset;
5773 bset.emax=DEC_MAX_MATH*2; /* use double bounds for the */
5774 bset.emin=-DEC_MAX_MATH*2; /* adjustment calculation */
5782 bset.digits=pp+rhs->digits; /* wider context */
5794 decExpOp(b, a, &bset, &ignore); /* b=exp(-a) */
5797 decMultiplyOp(b, b, rhs, &bset, &ignore); /* b=b*rhs */
5798 decAddOp(b, b, &numone, &bset, DECNEG, &ignore); /* b=b-1 */
5828 bset.digits=pp+rhs->digits; /* wider context */
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp5651 decContext aset, bset; /* working contexts */ local
5772 bset=aset;
5773 bset.emax=DEC_MAX_MATH*2; /* use double bounds for the */
5774 bset.emin=-DEC_MAX_MATH*2; /* adjustment calculation */
5782 bset.digits=pp+rhs->digits; /* wider context */
5794 decExpOp(b, a, &bset, &ignore); /* b=exp(-a) */
5797 decMultiplyOp(b, b, rhs, &bset, &ignore); /* b=b*rhs */
5798 decAddOp(b, b, &numone, &bset, DECNEG, &ignore); /* b=b-1 */
5828 bset.digits=pp+rhs->digits; /* wider context */
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp5651 decContext aset, bset; /* working contexts */ local
5772 bset=aset;
5773 bset.emax=DEC_MAX_MATH*2; /* use double bounds for the */
5774 bset.emin=-DEC_MAX_MATH*2; /* adjustment calculation */
5782 bset.digits=pp+rhs->digits; /* wider context */
5794 decExpOp(b, a, &bset, &ignore); /* b=exp(-a) */
5797 decMultiplyOp(b, b, rhs, &bset, &ignore); /* b=b*rhs */
5798 decAddOp(b, b, &numone, &bset, DECNEG, &ignore); /* b=b-1 */
5828 bset.digits=pp+rhs->digits; /* wider context */
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp2118 Instruction *bset = cloneShallow(func, insn); in handleCVT_NEG() local
2119 bset->dType = TYPE_U32; in handleCVT_NEG()
2120 bset->setDef(0, cvt->getDef(0)); in handleCVT_NEG()
2121 cvt->bb->insertAfter(cvt, bset); in handleCVT_NEG()
/third_party/node/deps/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc2228 Format(instr, "bset.'t 'wd, 'ws, 'wt"); in DecodeTypeMsa3R()
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc3157 V(bset, BSET) \
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc3365 V(bset, BSET) \

Completed in 71 milliseconds