HomeSort by relevance Sort by last modified time
    Searched refs:fsInfo (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 69 const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info;
89 for (i = 0; i < fsInfo->num_inputs; i++) {
93 switch (fsInfo->input_interpolate[i]) {
104 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR);
110 switch (fsInfo->input_semantic_name[i]) {
116 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) {
127 fsInfo->input_semantic_name[i],
128 fsInfo->input_semantic_index[i]);
129 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && src == 0)
132 TGSI_SEMANTIC_BCOLOR, fsInfo->input_semantic_index[i])
    [all...]
sp_setup.c 578 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info;
581 setup->coef[slot].a0[0] = fsInfo->pixel_center_integer ? 0.0 : 0.5;
586 (fsInfo->origin_lower_left ? setup->softpipe->framebuffer.height-1 : 0)
587 + (fsInfo->pixel_center_integer ? 0.0 : 0.5);
589 setup->coef[slot].dady[1] = fsInfo->origin_lower_left ? -1.0 : 1.0;
610 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info;
629 for (fragSlot = 0; fragSlot < fsInfo->num_inputs; fragSlot++) {
643 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j),
653 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j),
665 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE)
    [all...]
sp_quad_depth_test.c 771 const struct tgsi_shader_info *fsInfo = &qs->softpipe->fs_variant->info;
772 boolean interp_depth = !fsInfo->writes_z;
773 boolean shader_stencil_ref = fsInfo->writes_stencil;
882 const struct tgsi_shader_info *fsInfo = &qs->softpipe->fs_variant->info;
884 boolean interp_depth = !fsInfo->writes_z;
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 180 milliseconds