Searched refs:sample_location (Results 1 – 5 of 5) sorted by relevance
335 instr_sample_loc_t sample_location : 1; member
430 printf(" LOCATION(%s)", sample_loc[tex->sample_location]); in print_fetch_tex()
343 tex->sample_location = SAMPLE_CENTER; in instr_emit_fetch()
6160 tcu::Vec2 sample_location; in verify() local6163 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()
7105 VkSampleLocationEXT sample_location = {0.5, 0.5}; in TEST_F() local7108 …CTURE_TYPE_SAMPLE_LOCATIONS_INFO_EXT, nullptr, VK_SAMPLE_COUNT_1_BIT, {1, 1}, 1, &sample_location}; in TEST_F()