Home
last modified time | relevance | path

Searched refs:fetch4 (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_instr_test.cpp730 auto fetch4 = fetch; in TEST_F() local
731 fetch4.set_element_size(3); in TEST_F()
732 EXPECT_NE(fetch, fetch4); in TEST_F()
733 EXPECT_EQ(fetch4.elm_size(), 3); in TEST_F()
794 auto fetch4 = fetch; in TEST_F() local
795 fetch4.set_element_size(1); in TEST_F()
796 EXPECT_NE(fetch, fetch4); in TEST_F()
797 EXPECT_EQ(fetch4.elm_size(), 1); in TEST_F()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvertexshader9.c65 info.fetch4 = 0x0; in NineVertexShader9_ctor()
225 info.fetch4 = 0x0; in NineVertexShader9_GetVariant()
272 info.fetch4 = 0x0; in NineVertexShader9_GetVariantProcessVertices()
H A Dpixelshader9.c60 info.fetch4 = 0x0; in NinePixelShader9_ctor()
219 info.fetch4 = key >> 32 ; in NinePixelShader9_GetVariant()
H A Dnine_shader.h74 uint16_t fetch4; member
H A Dnine_shader.c833 if (!(tx->info->fetch4 & (1 << idx))) in TEX_if_fetch4()

Completed in 9 milliseconds