Home
last modified time | relevance | path

Searched refs:sample_location (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c134 dest->sample_location.count = src->sample_location.count; in radv_bind_dynamic_state()
225 if (dest->sample_location.per_pixel != src->sample_location.per_pixel || in radv_bind_dynamic_state()
226 dest->sample_location.grid_size.width != src->sample_location.grid_size.width || in radv_bind_dynamic_state()
227 dest->sample_location.grid_size.height != src->sample_location.grid_size.height || in radv_bind_dynamic_state()
228 memcmp(&dest->sample_location.locations, &src->sample_location.locations, in radv_bind_dynamic_state()
229 src->sample_location.count * sizeof(VkSampleLocationEXT))) { in radv_bind_dynamic_state()
230 dest->sample_location.per_pixel = src->sample_location.per_pixel; in radv_bind_dynamic_state()
231 dest->sample_location.grid_size = src->sample_location.grid_size; in radv_bind_dynamic_state()
232 typed_memcpy(dest->sample_location.locations, src->sample_location.locations, in radv_bind_dynamic_state()
233 src->sample_location.count); in radv_bind_dynamic_state()
[all …]
Dradv_meta.c109 typed_memcpy(&state->sample_location, &cmd_buffer->state.dynamic.sample_location, 1); in radv_meta_save()
215 typed_memcpy(&cmd_buffer->state.dynamic.sample_location.locations, in radv_meta_restore()
216 &state->sample_location.locations, 1); in radv_meta_restore()
Dradv_meta.h52 struct radv_sample_locations_state sample_location; member
Dradv_private.h1203 struct radv_sample_locations_state sample_location; member
1300 struct radv_sample_locations_state sample_location; member
1320 struct radv_sample_locations_state sample_location; member
Dradv_meta_resolve.c898 return &state->subpass_sample_locs[i].sample_location; in radv_get_resolve_sample_locations()
Dradv_pipeline.c1671 dynamic->sample_location.per_pixel = pSampleLocationsInfo->sampleLocationsPerPixel; in radv_pipeline_init_dynamic_state()
1672 dynamic->sample_location.grid_size = pSampleLocationsInfo->sampleLocationGridSize; in radv_pipeline_init_dynamic_state()
1673 dynamic->sample_location.count = pSampleLocationsInfo->sampleLocationsCount; in radv_pipeline_init_dynamic_state()
1674 typed_memcpy(&dynamic->sample_location.locations[0], in radv_pipeline_init_dynamic_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_assemble.c224 tex->sample_location = SAMPLE_CENTER; in fill_instr()
243 tex->sample_location = SAMPLE_CENTER; in fill_instr()
/third_party/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h342 instr_sample_loc_t sample_location : 1; member
Ddisasm-a2xx.c451 printf(" LOCATION(%s)", sample_loc[tex->sample_location]); in print_fetch_tex()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderRendering.cpp6158 tcu::Vec2 sample_location; in verify() local
6161 sample_location = (triangle_vertex1 + triangle_vertex2 + triangle_vertex3) / 3.0f; in verify()
6162 … sample_location_int[0] = int(sample_location[0] * static_cast<float>(single_rt_width - 1) + 0.5f); in verify()
6163 …sample_location_int[1] = int(sample_location[1] * static_cast<float>(single_rt_height - 1) + 0.5f)… in verify()
6182 … m_testCtx.getLog() << tcu::TestLog::Message << "Rendered data at (" << sample_location[0] << ", " in verify()
6183 << sample_location[1] << ") " in verify()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_sample_locations.txt224 sample_location.xy = (table[2*sample_i], table[2*sample_i+1]);
233 sample_location.xy = (table[2*sample_i], table[2*sample_i+1]);
DNV_gpu_multicast.txt554 sample_location.xy = (table[2*sample_i], table[2*sample_i+1]);
560 sample_location.xy = (table[2*sample_i], table[2*sample_i+1]);
/third_party/openGLES/extensions/NV/
DNV_sample_locations.txt224 sample_location.xy = (table[2*sample_i], table[2*sample_i+1]);
233 sample_location.xy = (table[2*sample_i], table[2*sample_i+1]);
DNV_gpu_multicast.txt569 sample_location.xy = (table[2*sample_i], table[2*sample_i+1]);
575 sample_location.xy = (table[2*sample_i], table[2*sample_i+1]);
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_sample_locations.txt233 sample_location.xy = (table[2*sample_i], table[2*sample_i+1]);
242 sample_location.xy = (table[2*sample_i], table[2*sample_i+1]);
/third_party/openGLES/extensions/ARB/
DARB_sample_locations.txt243 sample_location.xy = (table[2*sample_i], table[2*sample_i+1]);
252 sample_location.xy = (table[2*sample_i], table[2*sample_i+1]);