Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dinstr-a2xx.h335 instr_sample_loc_t sample_location : 1; member
Ddisasm-a2xx.c430 printf(" LOCATION(%s)", sample_loc[tex->sample_location]); in print_fetch_tex()
Dir-a2xx.c343 tex->sample_location = SAMPLE_CENTER; in instr_emit_fetch()
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderRendering.cpp6160 tcu::Vec2 sample_location; in verify() local
6163 sample_location = (triangle_vertex1 + triangle_vertex2 + triangle_vertex3) / 3.0f; in verify()
6164 … sample_location_int[0] = int(sample_location[0] * static_cast<float>(single_rt_width - 1) + 0.5f); in verify()
6165 …sample_location_int[1] = int(sample_location[1] * static_cast<float>(single_rt_height - 1) + 0.5f)… in verify()
6184 … m_testCtx.getLog() << tcu::TestLog::Message << "Rendered data at (" << sample_location[0] << ", " in verify()
6185 << sample_location[1] << ") " in verify()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp7105 VkSampleLocationEXT sample_location = {0.5, 0.5}; in TEST_F() local
7108 …CTURE_TYPE_SAMPLE_LOCATIONS_INFO_EXT, nullptr, VK_SAMPLE_COUNT_1_BIT, {1, 1}, 1, &sample_location}; in TEST_F()