Home
last modified time | relevance | path

Searched refs:NIR_ALIGN_MUL_MAX (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_uniforms_to_ubo.c89 nir_intrinsic_set_align(load, NIR_ALIGN_MUL_MAX, in lower_instr()
92 NIR_ALIGN_MUL_MAX); in lower_instr()
Dnir_inline_uniforms.c409 nir_intrinsic_set_align(load, NIR_ALIGN_MUL_MAX, scalar_offset); in nir_inline_uniforms()
Dnir.h1817 #define NIR_ALIGN_MUL_MAX 0x40000000 macro
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_buffers.c239 cast->cast.align_mul = NIR_ALIGN_MUL_MAX; in lower_buffer_interface_derefs_impl()
240 cast->cast.align_offset = offset % NIR_ALIGN_MUL_MAX; in lower_buffer_interface_derefs_impl()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_inline_uniforms.c430 nir_intrinsic_set_align(load, NIR_ALIGN_MUL_MAX, scalar_offset); in lvp_inline_uniforms()
/third_party/mesa3d/src/compiler/nir/tests/
Dload_store_vectorizer_tests.cpp2034 EXPECT_EQ(nir_intrinsic_align_mul(load), NIR_ALIGN_MUL_MAX); in TEST_F()