Searched refs:__gen_combine_address (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_genx_macros.h | 33 #define __gen_combine_address iris_combine_address macro 49 __gen_combine_address(struct iris_batch *batch, void *location, in __gen_combine_address() function
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_genx_macros.h | 35 #define __gen_combine_address crocus_combine_address macro 51 __gen_combine_address(struct crocus_batch *batch, void *location, in __gen_combine_address() function
|
/third_party/mesa3d/src/intel/isl/ |
H A D | isl_emit_cpb.c | 30 __gen_combine_address(__attribute__((unused)) void *data, in __gen_combine_address() function
|
H A D | isl_emit_depth_stencil.c | 30 __gen_combine_address(__attribute__((unused)) void *data, in __gen_combine_address() function
|
H A D | isl_surface_state.c | 30 __gen_combine_address(__attribute__((unused)) void *data, in __gen_combine_address() function
|
/third_party/mesa3d/src/intel/common/tests/ |
H A D | genxml_test.c | 45 #define __gen_combine_address _test_combine_address macro
|
H A D | mi_builder_test.cpp | 46 uint64_t __gen_combine_address(mi_builder_test *test, void *location, 357 __gen_combine_address(mi_builder_test *test, void *location,
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_blorp_exec.c | 32 #undef __gen_combine_address macro
|
H A D | anv_private.h | 1638 #define __gen_combine_address _anv_combine_address macro
|
/third_party/mesa3d/src/intel/common/ |
H A D | mi_builder.h | 60 * Also, __gen_combine_address must accept a location value of NULL and return 1191 uint64_t addr_addr_u64 = __gen_combine_address(b->user_data, batch_location, in _mi_resolve_address_token() 1209 uint64_t addr_u64 = __gen_combine_address(b->user_data, NULL, addr, 0); in mi_load_mem64_offset() 1233 uint64_t addr_u64 = __gen_combine_address(b->user_data, NULL, addr, 0); in mi_store_mem64_offset()
|
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_genX_exec.h | 141 #define __gen_combine_address _blorp_combine_address macro
|
Completed in 17 milliseconds