Searched refs:SampleLocationTable (Results 1 – 5 of 5) sorted by relevance
79 if (fb->SampleLocationTable) { in update_sample_locations()80 x = fb->SampleLocationTable[table_index*2]; in update_sample_locations()81 y = fb->SampleLocationTable[table_index*2+1]; in update_sample_locations()
138 if (ctx->DrawBuffer->SampleLocationTable) in _mesa_GetMultisamplefv()139 *val = ctx->DrawBuffer->SampleLocationTable[index]; in _mesa_GetMultisamplefv()
146 fb->SampleLocationTable = NULL; in _mesa_initialize_window_framebuffer()173 fb->SampleLocationTable = NULL; in _mesa_initialize_user_framebuffer()221 free(fb->SampleLocationTable); in _mesa_free_framebuffer_data()222 fb->SampleLocationTable = NULL; in _mesa_free_framebuffer_data()
5622 if (!fb->SampleLocationTable) { in sample_locations()5624 fb->SampleLocationTable = malloc(size); in sample_locations()5625 if (!fb->SampleLocationTable) { in sample_locations()5631 fb->SampleLocationTable[i] = 0.5f; in sample_locations()5653 fb->SampleLocationTable[start * 2 + i] = 0.5f; in sample_locations()5655 fb->SampleLocationTable[start * 2 + i] = SATURATE(v[i]); in sample_locations()
2751 GLfloat *SampleLocationTable; /**< If NULL, no table has been specified */ member