HomeSort by relevance Sort by last modified time
    Searched defs:sv (Results 126 - 150 of 302) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.c 1251 struct svga_pipe_sampler_view *sv; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 187 struct pipe_sampler_view *sv,
268 sampler_views[fpv->bitmap_sampler] = sv;
302 struct pipe_sampler_view *sv,
331 setup_render_state(ctx, sv, color, false);
336 if (sv->texture->target == PIPE_TEXTURE_RECT) {
433 struct pipe_sampler_view *sv; local
454 sv = st_create_texture_sampler_view(st->pipe, cache->texture);
455 if (sv) {
461 sv,
464 pipe_sampler_view_reference(&sv, NULL)
660 struct pipe_sampler_view *sv = local
689 struct pipe_sampler_view *sv; local
    [all...]
st_cb_drawpixels.c 557 struct pipe_sampler_view **sv,
573 boolean normalized = sv[0]->texture->target == PIPE_TEXTURE_2D;
576 assert(sv[0]->texture->target == st->internal_target);
676 if (sv[1])
699 sampler_views[fpv->drawpix_sampler] = sv[0];
700 if (sv[1])
701 sampler_views[fpv->pixelmap_sampler] = sv[1];
705 cso_set_sampler_views(cso, PIPE_SHADER_FRAGMENT, num_sampler_view, sv);
737 ((float) width / sv[0]->texture->width0) : (float) width;
739 ? ((float) height / sv[0]->texture->height0) : (float) height
1066 struct pipe_sampler_view *sv[2] = { NULL }; local
1431 struct pipe_sampler_view *sv[2] = { NULL }; local
    [all...]
  /external/netcat/
netcat.c 128 struct servent *sv; local
141 sv = NULL;
474 sv = NULL;
476 sv = getservbyport(
485 sv ? sv->s_name : "*");
  /external/python/cpython2/Objects/
tupleobject.c 840 register PyTupleObject *sv; local
874 sv = PyObject_GC_Resize(PyTupleObject, v, newsize);
875 if (sv == NULL) {
880 _Py_NewReference((PyObject *) sv);
883 memset(&sv->ob_item[oldsize], 0,
884 sizeof(*sv->ob_item) * (newsize - oldsize));
885 *pv = (PyObject *) sv;
886 _PyObject_GC_TRACK(sv);
  /external/python/cpython3/Objects/
tupleobject.c 845 PyTupleObject *sv; local
879 sv = PyObject_GC_Resize(PyTupleObject, v, newsize);
880 if (sv == NULL) {
885 _Py_NewReference((PyObject *) sv);
888 memset(&sv->ob_item[oldsize], 0,
889 sizeof(*sv->ob_item) * (newsize - oldsize));
890 *pv = (PyObject *) sv;
891 _PyObject_GC_TRACK(sv);
  /external/syslinux/com32/hdt/
hdt-common.h 214 const struct syslinux_version *sv; member in struct:s_hardware
  /external/syslinux/core/lwip/src/include/lwip/
tcp.h 208 s16_t sa, sv; /* @todo document this */ member in struct:tcp_pcb
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 415 int sv[2]; local
416 if (socketpair(AF_LOCAL, SOCK_STREAM, /*protocol*/0, &sv[0]) < 0) {
422 writeFd = sv[0];
423 readFd = sv[1];
  /build/kati/
func.cc 613 vector<unique_ptr<ScopedGlobalVar>> sv; local
624 sv.emplace_back(new ScopedGlobalVar(tmpvar_name_sym, av[i - 1].get()));
634 sv.emplace_back(new ScopedGlobalVar(tmpvar_name_sym, av[i - 1].get()));
651 ScopedGlobalVar sv(Intern(varname), v.get());
  /external/libvpx/libvpx/tools/
tiny_ssim.c 330 static double ssimv_similarity(const Ssimv *sv, int64_t n) {
335 const double l = 1.0 * (2 * sv->sum_s * sv->sum_r + c1) /
336 (sv->sum_s * sv->sum_s + sv->sum_r * sv->sum_r + c1);
340 const double v = (2.0 * n * sv->sum_sxr - 2 * sv->sum_s * sv->sum_r + c2)
399 Ssimv sv = { 0, 0, 0, 0, 0, 0 }; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 456 struct tgsi_declaration_sampler_view sv[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member in struct:lp_build_tgsi_soa_context
550 struct tgsi_declaration_sampler_view sv[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member in struct:lp_build_tgsi_aos_context
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_driver.h 106 struct nv50_ir_varying sv[PIPE_MAX_SHADER_INPUTS]; member in struct:nv50_ir_prog_info
nv50_ir_lowering_nv50.cpp 1158 SVSemantic sv = sym->reg.data.sv.sv; local
1305 Symbol *sv = bld.mkSysVal(SV_VERTEX_STRIDE, 0); local
    [all...]
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 451 int id = x / 16, sv = (x % 16) / 4, c = x % 4; local
456 switch (sv) {
476 "DCL SV[0], BLOCK_ID[0]\n"
477 "DCL SV[1], BLOCK_SIZE[0]\n"
478 "DCL SV[2], GRID_SIZE[0]\n"
479 "DCL SV[3], THREAD_ID[0]\n"
487 " UMUL TEMP[0], SV[0], SV[1]\n"
488 " UADD TEMP[0], TEMP[0], SV[3]\n"
489 " UMUL TEMP[1], SV[1], SV[2]\n
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_nir.cpp 782 gl_system_value sv = nir_system_value_from_intrinsic(instr->intrinsic); local
783 src_reg val = src_reg(nir_system_values[sv]);
    [all...]
  /external/ppp/pppd/
options.c 655 char *sv; local
780 sv = strdup(*argv);
781 if (sv == NULL)
785 *optptr = sv;
    [all...]
  /external/syslinux/com32/modules/
pxechn.c 1116 const struct syslinux_version *sv; local
1123 sv = syslinux_version();
1124 if (sv->filesystem != SYSLINUX_FS_PXELINUX) {
  /external/tcpdump/
addrtoname.c 764 struct servent *sv; local
769 while ((sv = getservent()) != NULL) {
770 int port = ntohs(sv->s_port);
772 if (strcmp(sv->s_proto, "tcp") == 0)
774 else if (strcmp(sv->s_proto, "udp") == 0)
785 table->name = strdup(sv->s_name);
    [all...]
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_math_agree.java 117 short[] sv = new short[dim]; local
119 sv[i] = (short)rand.nextInt(0x1 << 16);
120 return sv;
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_math_agree.java 145 short[] sv = new short[dim]; local
147 sv[i] = (short) rand.nextInt(0x1 << 16);
148 return sv;
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_math_agree.java 147 short[] sv = new short[dim]; local
149 sv[i] = (short) rand.nextInt(0x1 << 16);
150 return sv;
  /device/google/contexthub/sensorhal/
hubconnection.cpp 703 uint8_t HubConnection::magAccuracyUpdate(sensors_vec_t *sv)
705 float magSq = sv->x * sv->x + sv->y * sv->y + sv->z * sv->z;
722 sensors_vec_t *sv; local
729 sv = &initEv(&nev[cnt], timestamp, type, sensor)->acceleration;
730 sv->x = sample->ix * mScaleAccel
828 sensors_vec_t *sv; local
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/
ClassReader.java 1804 short[] sv = new short[size]; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiExternalMemoryTests.cpp 1545 int sv[2]; local
2559 int sv[2]; local
3238 int sv[2]; local
    [all...]

Completed in 810 milliseconds

1 2 3 4 56 7 8 91011>>